public class AuthResponse extends Object
Constructor and Description |
---|
AuthResponse() |
Modifier and Type | Method and Description |
---|---|
AuthResponse |
accessToken(String accessToken) |
AuthResponse |
challenge(U2fMfaChallengeResponse challenge) |
AuthResponse |
entityId(String entityId) |
boolean |
equals(Object o) |
AuthResponse |
expiresIn(Integer expiresIn) |
String |
getAccessToken()
Bearer token to be used to authenticate to other APIs.
|
U2fMfaChallengeResponse |
getChallenge()
Get challenge
|
String |
getEntityId()
The UUID of the entity that was authorized.
|
Integer |
getExpiresIn()
Number of seconds from token issuance that the token will expire.
|
String |
getTokenType()
Get tokenType
|
int |
hashCode() |
void |
setAccessToken(String accessToken) |
void |
setChallenge(U2fMfaChallengeResponse challenge) |
void |
setEntityId(String entityId) |
void |
setExpiresIn(Integer expiresIn) |
void |
setTokenType(String tokenType) |
AuthResponse |
tokenType(String tokenType) |
String |
toString() |
public AuthResponse tokenType(String tokenType)
public String getTokenType()
public void setTokenType(String tokenType)
public AuthResponse expiresIn(Integer expiresIn)
public Integer getExpiresIn()
public void setExpiresIn(Integer expiresIn)
public AuthResponse accessToken(String accessToken)
public String getAccessToken()
public void setAccessToken(String accessToken)
public AuthResponse entityId(String entityId)
public String getEntityId()
public void setEntityId(String entityId)
public AuthResponse challenge(U2fMfaChallengeResponse challenge)
public U2fMfaChallengeResponse getChallenge()
public void setChallenge(U2fMfaChallengeResponse challenge)
Copyright © 2017-2025 Fortanix Inc. All Rights Reserved