public class SecurityToken extends Object
| Constructor and Description |
|---|
SecurityToken(String token,
Date validTo,
String audience,
String tokenType)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAudience()
Get the audience of the token.
|
String |
getToken()
Get the token itself.
|
String |
getTokenType()
Get the type of the token.
|
Date |
validTo()
Get the expiration date/time of the token.
|
public String getTokenType()
public String getToken()
public Date validTo()
public String getAudience()
Copyright © 2019 Microsoft Corporation. All rights reserved.