AuthorizationAuthenticateRequest |
AuthorizationAuthenticateRequest.setClaims(String claims) |
Set the space-delimited names of claims to request.
|
AuthorizationAuthenticateRequest |
AuthorizationAuthenticateRequest.setClaimsLocales(String claimsLocales) |
Set the space-delimited locales for claims.
|
AuthorizationAuthenticateRequest |
AuthorizationAuthenticateRequest.setLoginId(String loginId) |
Set the login ID of the end-user to authenticate.
|
AuthorizationAuthenticateRequest |
AuthorizationAuthenticateRequest.setPassword(String password) |
Set the password of the end-user to authenticate.
|
AuthorizationAuthenticateRequest |
AuthorizationAuthenticateRequest.setTicket(String ticket) |
Set the value of "ticket" which is the ticket
issued by Authlete's /auth/authorization API
to the service implementation.
|