Table of Contents

Class SsoVerificationArguments

Namespace
Amazon.Runtime
Assembly
AWSSDK.Core.dll
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

string

VerificationUri

End-user verification URI on the authorization server.

public string VerificationUri { get; set; }

Property Value

string

VerificationUriComplete

A verification URI that includes the "user_code", designed for non-textual transmission.

public string VerificationUriComplete { get; set; }

Property Value

string

Methods

GetSsoSigninMessage()

Produces a stock message that can be presented to users, instructing them how to log in through SSO.

public string GetSsoSigninMessage()

Returns

string