See: Description
| Class | Description |
|---|---|
| Address |
Address claim that represents a physical mailing address.
|
| ApiResponse |
The base class of an API response from an Authlete API call.
|
| AuthenticationCallbackRequest |
Authentication request from Authlete to a service implementation.
|
| AuthenticationCallbackResponse |
Authentication response from a service implementation to Authlete.
|
| AuthorizationAuthenticateRequest |
Request to Authlete's
/auth/authorization/authenticate API. |
| AuthorizationAuthenticateResponse |
Response from Authlete's
/auth/authorization/authenticate API. |
| AuthorizationFailRequest |
Request to Authlete's
/auth/authorization/fail API. |
| AuthorizationFailResponse |
Response from Authlete's
/auth/authorization/fail API. |
| AuthorizationIssueRequest |
Request to Authlete's
/auth/authorization/issue API. |
| AuthorizationIssueResponse |
Response from Authlete's
/auth/authorization/issue API. |
| AuthorizationRequest |
Request to Authlete's
/auth/authorization API. |
| AuthorizationResponse |
Response from Authlete's
/auth/authorization API. |
| Client |
Information about a client application.
|
| ClientListResponse |
Response from Authlete's
/client/get/list API. |
| DeveloperAuthenticationCallbackRequest |
Developer authentication request from Authlete to a service implementation.
|
| DeveloperAuthenticationCallbackResponse |
Developer authentication response from a service implementation to Authlete.
|
| IntrospectionRequest |
Request to Authlete's
/auth/introspection API. |
| IntrospectionResponse |
Response from Authlete's
/auth/introspection API. |
| Property |
Property that consists of a string key and a string value.
|
| RevocationRequest |
Request to Authlete's
/auth/revocation API. |
| RevocationResponse |
Response from Authlete's
/auth/revocation API. |
| Scope |
Information about a scope of a service.
|
| Scope.NameComparator |
Comparator based on scope names.
|
| Service |
Information about a service.
|
| ServiceCreatableResponse |
Response from Authlete's
/api/service/creatable API. |
| ServiceListResponse |
Response from Authlete's
/service/get/list API. |
| ServiceOwner |
Information about a service owner.
|
| SnsCredentials |
SNS credentials (API key and API secret).
|
| TaggedValue |
A string value with a language tag
|
| TokenCreateRequest |
Request to Authlete's
/auth/token/create API. |
| TokenCreateResponse |
Response from Authlete's
/auth/token/create API. |
| TokenFailRequest |
Request for Authlete's
/auth/token/fail API. |
| TokenFailResponse |
Response from Authlete's
/auth/token/fail API. |
| TokenIssueRequest |
Request to Authlete's
/auth/token/issue API. |
| TokenIssueResponse |
Response from Authlete's
/auth/token/issue endpoint. |
| TokenRequest |
Request to Authlete's
/auth/token API. |
| TokenResponse |
Response from Authlete's
/auth/token API. |
| UserInfoIssueRequest |
Request to Authlete's
/auth/userinfo/issue API. |
| UserInfoIssueResponse |
Response from Authlete's
/auth/userinfo/issue API. |
| UserInfoRequest |
Request to Authlete's
/auth/userinfo API. |
| UserInfoResponse |
Response from Authlete's
/auth/userinfo API. |
| Enum | Description |
|---|---|
| AuthorizationAuthenticateResponse.Action |
The next action that the service implementation should take.
|
| AuthorizationFailRequest.Reason |
Failure reasons of authorization requests.
|
| AuthorizationFailResponse.Action |
The next action that the service implementation should take.
|
| AuthorizationIssueResponse.Action |
The next action that the service implementation should take.
|
| AuthorizationResponse.Action |
The next action that the service implementation should take.
|
| IntrospectionResponse.Action |
The next action the service implementation should take.
|
| RevocationResponse.Action |
The next action that the service implementation should take.
|
| TokenCreateResponse.Action |
The code indicating how the response should be interpreted.
|
| TokenFailRequest.Reason |
Failure reasons of token requests.
|
| TokenFailResponse.Action |
The next action that the service implementation should take.
|
| TokenIssueResponse.Action |
The next action that the service implementation should take.
|
| TokenResponse.Action |
The next action that the service implementation should take.
|
| UserInfoIssueResponse.Action |
The next action the service implementation should take.
|
| UserInfoResponse.Action |
The next action the service implementation should take.
|
Copyright © 2016. All rights reserved.