TokenRequest(URI uri,
ClientAuthentication clientAuth,
AuthorizationGrant authzGrant) |
Creates a new token request with the specified client
authentication.
|
TokenRequest(URI uri,
ClientAuthentication clientAuth,
AuthorizationGrant authzGrant,
Scope scope) |
Creates a new token request with the specified client
authentication.
|
TokenRequest(URI uri,
ClientAuthentication clientAuth,
AuthorizationGrant authzGrant,
Scope scope,
List<AuthorizationDetail> authorizationDetails,
List<URI> resources,
Map<String,List<String>> customParams) |
Creates a new token request with the specified client
authentication and extension and custom parameters.
|
TokenRequest(URI uri,
ClientAuthentication clientAuth,
AuthorizationGrant authzGrant,
Scope scope,
List<URI> resources,
Map<String,List<String>> customParams) |
Creates a new token request with the specified client
authentication and extension and custom parameters.
|
TokenRequest(URI uri,
AuthorizationGrant authzGrant) |
Creates a new token request, without client authentication and a
specified client identifier.
|
TokenRequest(URI uri,
AuthorizationGrant authzGrant,
Scope scope) |
Creates a new token request, without client authentication and a
specified client identifier.
|
TokenRequest(URI uri,
ClientID clientID,
AuthorizationGrant authzGrant) |
Creates a new token request, with no explicit client authentication
(maybe present in the grant depending on its type).
|
TokenRequest(URI uri,
ClientID clientID,
AuthorizationGrant authzGrant,
Scope scope) |
Creates a new token request, with no explicit client authentication
(maybe present in the grant depending on its type).
|
TokenRequest(URI uri,
ClientID clientID,
AuthorizationGrant authzGrant,
Scope scope,
List<AuthorizationDetail> authorizationDetails,
List<URI> resources,
RefreshToken existingGrant,
Map<String,List<String>> customParams) |
Creates a new token request, with no explicit client authentication
(maybe present in the grant depending on its type) and extension
and custom parameters.
|
TokenRequest(URI uri,
ClientID clientID,
AuthorizationGrant authzGrant,
Scope scope,
List<URI> resources,
RefreshToken existingGrant,
Map<String,List<String>> customParams) |
Creates a new token request, with no explicit client authentication
(maybe present in the grant depending on its type) and extension
and custom parameters.
|