SignInResource Class

Definition

A type containing information for single sign-on.

public class SignInResource
type SignInResource = class
Public Class SignInResource
Inheritance
SignInResource

Constructors

SignInResource()

Initializes a new instance of the SignInResource class.

SignInResource(String, TokenExchangeResource)

Initializes a new instance of the SignInResource class.

Properties

SignInLink

Gets or sets the sign-in link.

TokenExchangeResource

Gets or sets additional properties that can be used for token exchange operations.

TokenPostResource

Gets or sets additional properties that can be used for direct token posting operations.

Applies to