Class SsoVerificationArguments
public class SsoVerificationArguments
- Inheritance
-
SsoVerificationArguments
- Inherited Members
Constructors
SsoVerificationArguments()
public SsoVerificationArguments()
Properties
UserCode
The end-user verification code that is provided (by the user or on their behalf) when the user logs in using VerificationUri
public string UserCode { get; set; }
Property Value
VerificationUri
End-user verification URI on the authorization server.
public string VerificationUri { get; set; }
Property Value
VerificationUriComplete
A verification URI that includes the "user_code", designed for non-textual transmission.
public string VerificationUriComplete { get; set; }
Property Value
Methods
GetSsoSigninMessage()
Produces a stock message that can be presented to users, instructing them how to log in through SSO.
public string GetSsoSigninMessage()