Interface TokenInformation
-
public interface TokenInformation
An immutable client-side representation of TokenInformation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Long
expiryTimeInUtcTicks()
Gets the expiryTimeInUtcTicks property: Expiry time of token.TokenInformationInner
innerModel()
Gets the inner com.azure.resourcemanager.recoveryservicesbackup.fluent.models.TokenInformationInner object.String
securityPin()
Gets the securityPin property: Security PIN.String
token()
Gets the token property: Token value.
-
-
-
Method Detail
-
token
String token()
Gets the token property: Token value.- Returns:
- the token value.
-
expiryTimeInUtcTicks
Long expiryTimeInUtcTicks()
Gets the expiryTimeInUtcTicks property: Expiry time of token.- Returns:
- the expiryTimeInUtcTicks value.
-
securityPin
String securityPin()
Gets the securityPin property: Security PIN.- Returns:
- the securityPin value.
-
innerModel
TokenInformationInner innerModel()
Gets the inner com.azure.resourcemanager.recoveryservicesbackup.fluent.models.TokenInformationInner object.- Returns:
- the inner object.
-
-