Update token-exchange.adoc
This commit is contained in:
parent
2423febf03
commit
482479cc18
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ subject_token_type::
|
||||||
`subject_issuer`.
|
`subject_issuer`.
|
||||||
requested_token_type::
|
requested_token_type::
|
||||||
_OPTIONAL._ This parameter represents the type of token the client wants to exchange for. Currently only oauth
|
_OPTIONAL._ This parameter represents the type of token the client wants to exchange for. Currently only oauth
|
||||||
and OpenID Connect token types are supported. The default value for this depends on whether the
|
and OpenID Connect token types are supported. The default value for this depends on whether it
|
||||||
is `urn:ietf:params:oauth:token-type:refresh_token` in which case you will be returned both an access token and refresh
|
is `urn:ietf:params:oauth:token-type:refresh_token` in which case you will be returned both an access token and refresh
|
||||||
token within the response. Other appropriate values are `urn:ietf:params:oauth:token-type:access_token` and `urn:ietf:params:oauth:token-type:id_token`
|
token within the response. Other appropriate values are `urn:ietf:params:oauth:token-type:access_token` and `urn:ietf:params:oauth:token-type:id_token`
|
||||||
audience::
|
audience::
|
||||||
|
|
Loading…
Reference in a new issue