SignInResource Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |