TokenStatus Class

Definition

The status of a particular token.

public class TokenStatus
type TokenStatus = class
Public Class TokenStatus
Inheritance
TokenStatus

Constructors

TokenStatus()

Initializes a new instance of the TokenStatus class.

TokenStatus(String, String, Nullable<Boolean>, String)

Initializes a new instance of the TokenStatus class.

Properties

ChannelId

Gets or sets the channelId of the token status pertains to.

ConnectionName

Gets or sets the name of the connection the token status pertains to.

HasToken

Gets or sets true if a token is stored for this ConnectionName.

ServiceProviderDisplayName

Gets or sets the display name of the service provider for which this Token belongs to.

Applies to