See: Description
| Class | Description |
|---|---|
| AccessToken |
Information about an access token.
|
| Address |
Address claim that represents a physical mailing address.
|
| ApiResponse |
The base class of an API response from an Authlete API call.
|
| AssertionProcessor |
Information about an assertion processor, used by Authlete to allow a service
to programmatically check assertions used passed in by clients and resource
servers.
|
| 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. |
| AuthorizedClientListResponse |
Response from Authlete's
/client/authorization/get/list API. |
| BackchannelAuthenticationCompleteRequest |
Request to Authlete's
/api/backchannel/authentication/complete API. |
| BackchannelAuthenticationCompleteResponse |
Response from Authlete's
/api/backchannel/authentication/complete
API. |
| BackchannelAuthenticationFailRequest |
Request to Authlete's
/api/backchannel/authentication/fail API. |
| BackchannelAuthenticationFailResponse |
Response from Authlete's
/api/backchannel/authentication/fail API. |
| BackchannelAuthenticationIssueRequest |
Request to Authlete's
/api/backchannel/authentication/issue API. |
| BackchannelAuthenticationIssueResponse |
Response from Authlete's
/api/backchannel/authentication/issue API. |
| BackchannelAuthenticationRequest |
Request to Authlete's
/api/backchannel/authentication API. |
| BackchannelAuthenticationResponse |
Response from Authlete's
/api/backchannel/authentication API. |
| ClaimRule |
A rule for processing a claim.
|
| Client |
Information about a client application.
|
| ClientAuthorizationDeleteRequest |
Request to Authlete's
/api/client/authorization/delete/{clientId} API. |
| ClientAuthorizationGetListRequest |
Request to Authlete's
/api/client/authorization/get/list API. |
| ClientAuthorizationUpdateRequest |
Request to Authlete's
/client/authorization/update/{clientId} API. |
| ClientExtension |
Client extension.
|
| ClientListResponse |
Response from Authlete's
/client/get/list API. |
| ClientRegistrationRequest |
Request to Authlete's
/api/client/registration/ API. |
| ClientRegistrationResponse |
Response from Authlete's
/api/client/register API. |
| ClientSecretRefreshResponse |
Response from Authlete's
/api/client/secret/refresh API. |
| ClientSecretUpdateRequest |
Request to Authlete's
/api/client/secret/update API. |
| ClientSecretUpdateResponse |
Response from Authlete's
/api/client/secret/update API. |
| DeveloperAuthenticationCallbackRequest |
Developer authentication request from Authlete to a service implementation.
|
| DeveloperAuthenticationCallbackResponse |
Developer authentication response from a service implementation to Authlete.
|
| DeviceAuthorizationRequest |
Request to Authlete's
/api/device/authorization API. |
| DeviceAuthorizationResponse |
Response from Authlete's
/api/device/authorization API. |
| DeviceCompleteRequest |
Request to Authlete's
/api/device/complete API. |
| DeviceCompleteResponse |
Response from Authlete's
/api/device/complete API. |
| DeviceVerificationRequest |
Request to Authlete's
/api/device/verification API. |
| DeviceVerificationResponse |
Response from Authlete's
/api/device/verification API. |
| GrantedScopesGetResponse |
Response from Authlete's
/client/granted_scopes/get/{clientId} API. |
| IntrospectionRequest |
Request to Authlete's
/auth/introspection API. |
| IntrospectionResponse |
Response from Authlete's
/auth/introspection API. |
| JoseVerifyRequest |
Request to Authlete's
/api/jose/verify API. |
| JoseVerifyResponse |
Response from Authlete's
/api/jose/verify API. |
| NamedUri |
Named URI.
|
| Pair |
A pair of a string key and a string value.
|
| Property |
Property that consists of a string key and a string value.
|
| PushedAuthReqRequest |
Request to Authlete's
/api/pushed_auth_req API. |
| PushedAuthReqResponse |
Response from Authlete's
/api/pushed_auth_req API. |
| 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).
|
| StandardIntrospectionRequest |
Request to Authlete's
/api/auth/introspection/standard API. |
| StandardIntrospectionResponse |
Response from Authlete's
/api/auth/introspection/standard API. |
| 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. |
| TokenListResponse |
Response from Authlete's
/auth/token/get/list API. |
| TokenRequest |
Request to Authlete's
/auth/token API. |
| TokenResponse |
Response from Authlete's
/auth/token API. |
| TokenUpdateRequest |
Request to Authlete's
/auth/token/update API. |
| TokenUpdateResponse |
Response from Authlete's
/auth/token/update 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.
|
| BackchannelAuthenticationCompleteRequest.Result |
Types of results of end-user authentication and authorization.
|
| BackchannelAuthenticationCompleteResponse.Action |
The next action that the OpenID provider implementation should take.
|
| BackchannelAuthenticationFailRequest.Reason |
Failure reasons of backchannel authentication requests.
|
| BackchannelAuthenticationFailResponse.Action |
The next action that the OpenID provider implementation should take.
|
| BackchannelAuthenticationIssueResponse.Action |
The next action that the OpenID provider implementation should take.
|
| BackchannelAuthenticationResponse.Action |
The next action that the OpenID provider implementation should take.
|
| ClientRegistrationResponse.Action |
The next action that the implementation of client registration
endpoint should take.
|
| DeviceAuthorizationResponse.Action |
The next action that the authorization server implementation should take.
|
| DeviceCompleteRequest.Result |
Types of results of end-user authentication and authorization.
|
| DeviceCompleteResponse.Action |
The next action that the authorization server implementation should take.
|
| DeviceVerificationResponse.Action |
The next action that the authorization server implementation should take.
|
| IntrospectionResponse.Action |
The next action the service implementation should take.
|
| PushedAuthReqResponse.Action |
The next action the authorization server should take.
|
| RevocationResponse.Action |
The next action that the service implementation should take.
|
| StandardIntrospectionResponse.Action |
The next action that the implementation of the introspection
endpoint of the authorization server 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.
|
| TokenUpdateResponse.Action |
The code indicating how the response should be interpreted.
|
| UserInfoIssueResponse.Action |
The next action the service implementation should take.
|
| UserInfoResponse.Action |
The next action the service implementation should take.
|
Copyright © 2019. All rights reserved.