Table of Contents

Class GetSsoTokenRequest

Namespace
Amazon.Runtime.SharedInterfaces
Assembly
AWSSDK.Core.dll
public class GetSsoTokenRequest
Inheritance
GetSsoTokenRequest
Inherited Members

Constructors

GetSsoTokenRequest()

public GetSsoTokenRequest()

Properties

AdditionalProperties

Additional properties to provide to the operation. Optional, can be null.

public IDictionary<string, object> AdditionalProperties { get; set; }

Property Value

IDictionary<string, object>

ClientName

Name of the application or system used during SSO client registration.

public string ClientName { get; set; }

Property Value

string

ClientType

OAuth client type

public string ClientType { get; set; }

Property Value

string

Scopes

public IList<string> Scopes { get; set; }

Property Value

IList<string>

SsoVerificationCallback

Callback for presenting the user with a SSO Login flow.

public Action<SsoVerificationArguments> SsoVerificationCallback { get; set; }

Property Value

Action<SsoVerificationArguments>

StartUrl

The StartUrl to request an SSO Token from.

public string StartUrl { get; set; }

Property Value

string