Alterando o default auth content type para APPLICATION_X_WWW_FORM_URLENCODED
This commit is contained in:
parent
ff28629544
commit
137462fc9b
1 changed files with 1 additions and 1 deletions
|
@ -40,6 +40,6 @@ export enum ContentType {
|
||||||
}
|
}
|
||||||
|
|
||||||
export const defaultGrantType = 'client_credentials';
|
export const defaultGrantType = 'client_credentials';
|
||||||
export const defaultAuthContentType = ContentType.APPLICATION_JSON;
|
export const defaultAuthContentType = ContentType.APPLICATION_X_WWW_FORM_URLENCODED;
|
||||||
export const defaultAuthHeaderName = 'Authorization';
|
export const defaultAuthHeaderName = 'Authorization';
|
||||||
export const defaultTokenHeaderName = 'Authorization';
|
export const defaultTokenHeaderName = 'Authorization';
|
Loading…
Add table
Add a link
Reference in a new issue