gluu
|
公開メンバ関数 | |
String | toString () |
公開変数類 | |
CLIENT_ID =("client_id") | |
CLIENT_SECRET =("client_secret") | |
REGISTRATION_ACCESS_TOKEN =("registration_access_token") | |
REGISTRATION_CLIENT_URI =("registration_client_uri") | |
CLIENT_ID_ISSUED_AT =("client_id_issued_at") | |
CLIENT_SECRET_EXPIRES_AT =("client_secret_expires_at") | |
非公開メンバ関数 | |
RegisterResponseParam (String name) | |
非公開変数類 | |
final String | name |
Listed all standard parameters involved in client registration response.
|
inlineprivate |
Constructor
name | parameter name |
|
inline |
org.xdi.oxauth.model.register.RegisterResponseParam.CLIENT_ID =("client_id") |
Unique Client identifier.
org.xdi.oxauth.model.register.RegisterResponseParam.CLIENT_ID_ISSUED_AT =("client_id_issued_at") |
Time when the Client Identifier was issued.
org.xdi.oxauth.model.register.RegisterResponseParam.CLIENT_SECRET =("client_secret") |
Client secret.
org.xdi.oxauth.model.register.RegisterResponseParam.CLIENT_SECRET_EXPIRES_AT =("client_secret_expires_at") |
Time at which the client_secret will expire or 0 if it will not expire.
|
private |
Parameter name
org.xdi.oxauth.model.register.RegisterResponseParam.REGISTRATION_ACCESS_TOKEN =("registration_access_token") |
Access Token that is used by the Client to perform subsequent operations upon the resulting Client registration.
org.xdi.oxauth.model.register.RegisterResponseParam.REGISTRATION_CLIENT_URI =("registration_client_uri") |
Location where the Access Token can be used to perform subsequent operations upon the resulting Client registration.