access type parameter used in Authorization Request.Authorization Code Grant Flow.OAuth2CodeGrantFlow instance.OAuth1AuthorizationFlow to make requests to
Authorization Server.client_id that
corresponds to (ClientIdentifier.getClientId()).client_secret that
corresponds to (ClientIdentifier.getClientSecret()).display parameter used in Authorization Request.client filter feature from the accessToken that will add
Authorization http header to the request with the OAuth authorization information.TokenResult.access token in seconds.oauth filter feature that can be used to configure
client instances to perform authenticated requests to the Service Provider.login hint parameter used in Authorization Request.client request using
ClientRequestContext.setProperty(String, Object) and that
defines access token that should be used when generating OAuth Authorization
http header.client filter feature that
can supports performing of authenticated OAuth requests.OAuth2CodeGrantFlow.OAuth2CodeGrantFlow pre-configured for usage
with Google provider.grant_type used in the access token request.prompt parameter used in Authorization Request.key and value to the appropriate
property map based on this phase.response_type used in the
authorization request.refresh_token contains Refresh Token (corresponds
to getRefreshToken()).response_type used in the
authorization request.scope that defines the scope to which an authorization is requested.Copyright © 2007-2019, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.