Dela via


TokenInformation Class

Definition

The token information details.

public class TokenInformation : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.RecoveryServicesBackup.Models.TokenInformation>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.RecoveryServicesBackup.Models.TokenInformation>
type TokenInformation = class
    interface IJsonModel<TokenInformation>
    interface IPersistableModel<TokenInformation>
Public Class TokenInformation
Implements IJsonModel(Of TokenInformation), IPersistableModel(Of TokenInformation)
Inheritance
TokenInformation
Implements

Properties

ExpiryTimeInUtcTicks

Expiry time of token.

SecurityPin

Security PIN.

Token

Token value.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<TokenInformation>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<TokenInformation>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<TokenInformation>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<TokenInformation>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<TokenInformation>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to