gluu
|
公開変数類 | |
AUTHORIZATION_REQUEST_HEADER_FIELD | |
FORM_ENCODED_BODY_PARAMETER | |
org.xdi.oxauth.model.common.AuthorizationMethod.AUTHORIZATION_REQUEST_HEADER_FIELD |
When sending the access token in the "Authorization" request header field defined by HTTP/1.1, Part 7 [I-D.ietf-httpbis-p7-auth], the client uses the "Bearer" authentication scheme to transmit the access token.
org.xdi.oxauth.model.common.AuthorizationMethod.FORM_ENCODED_BODY_PARAMETER |
When sending the access token in the HTTP request entity-body, the client adds the access token to the request body using the "access_token" parameter. The client MUST NOT use this method unless all of the following conditions are met:
The entity-body MAY include other request-specific parameters, in which case, the "access_token" parameter MUST be properly separated from the request-specific parameters using "&" character(s) (ASCII code 38).