Package com.microsoft.azure.relay
Class SecurityToken
java.lang.Object
com.microsoft.azure.relay.SecurityToken
-
Method Summary
Modifier and TypeMethodDescriptiongetToken()protected voidsetAudience(String audience) protected voidsetExiresAtUtc(Instant expiresAt)
-
Method Details
-
getToken
- Returns:
- Returns the token string from this token
-
getExpiresAtUtc
- Returns:
- Returns the expiry time for this token
-
setExiresAtUtc
-
getAudience
- Returns:
- Returns the audience URL string for this token.
-
setAudience
-