SecurityTokenResponse Class

Definition

Contains a security token response.

public ref class SecurityTokenResponse sealed
public sealed class SecurityTokenResponse
type SecurityTokenResponse = class
Public NotInheritable Class SecurityTokenResponse
Inheritance
SecurityTokenResponse

Remarks

This class is a wrapper containing a security token request response and a security token.

Constructors

SecurityTokenResponse()

Initializes a new instance of the SecurityTokenResponse class.

Properties

EndpointType

Gets or sets the type of endpoint that the security token applies to.

Token

Gets or sets the security token.

Applies to