Interface TokenInformation


public interface TokenInformation
An immutable client-side representation of TokenInformation.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the expiryTimeInUtcTicks property: Expiry time of token.
    Gets the inner com.azure.resourcemanager.recoveryservicesbackup.fluent.models.TokenInformationInner object.
    Gets the securityPin property: Security PIN.
    Gets the token property: Token value.
  • Method Details

    • 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.