public interface IAuthenticationResult extends Serializable
Modifier and Type | Method and Description |
---|---|
String |
accessToken() |
IAccount |
account() |
String |
environment() |
Date |
expiresOnDate() |
String |
idToken() |
String |
scopes() |
ITenantProfile |
tenantProfile() |
String accessToken()
String idToken()
IAccount account()
ITenantProfile tenantProfile()
String environment()
String scopes()
Date expiresOnDate()
Copyright © 2013–2023. All rights reserved.