Interface TokenInformation


  • public interface TokenInformation
    An immutable client-side representation of TokenInformation.
    • 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.