| Package | Description |
|---|---|
| com.authlete.common.dto |
Requests to and responses from Authlete APIs and some data structures.
|
| Modifier and Type | Method and Description |
|---|---|
Property[] |
TokenRequest.getProperties()
Get the extra properties to associate with an access token which
may be issued by this request.
|
Property[] |
TokenIssueRequest.getProperties()
Get the extra properties to associate with an access token which
will be issued by this request.
|
Property[] |
TokenCreateRequest.getProperties()
Get the extra properties to associate with an access token which
will be issued by this request.
|
Property[] |
IntrospectionResponse.getProperties()
Get the extra properties associated with the access token.
|
Property[] |
AuthorizationIssueRequest.getProperties()
Get the extra properties to associate with an access token and/or
an authorization code which will be issued by this request.
|
Property |
Property.setKey(String key)
Set the key.
|
Property |
Property.setValue(String value)
Set the value.
|
| Modifier and Type | Method and Description |
|---|---|
TokenRequest |
TokenRequest.setProperties(Property[] properties)
Set extra properties to associate with an access token which may
be issued by this request.
|
TokenIssueRequest |
TokenIssueRequest.setProperties(Property[] properties)
Set extra properties to associate with an access token which will
be issued by this request.
|
TokenCreateRequest |
TokenCreateRequest.setProperties(Property[] properties)
Set extra properties to associate with an access token which will
be issued by this request.
|
void |
IntrospectionResponse.setProperties(Property[] properties)
Set the extra properties associated with the access token.
|
AuthorizationIssueRequest |
AuthorizationIssueRequest.setProperties(Property[] properties)
Set extra properties to associate with an access token and/or
an authorization code which will be issued by this request.
|
Copyright © 2016. All rights reserved.