Update token-exchange.adoc

This commit is contained in:
Ebram Shehata 2020-07-22 15:20:07 +02:00 committed by Bruno Oliveira da Silva
parent 2423febf03
commit 482479cc18

View file

@ -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::