Table of Contents

Class SSOAWSCredentialsOptions

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

Constructors

SSOAWSCredentialsOptions()

public SSOAWSCredentialsOptions()

Properties

ClientName

Required - Name of the application or system used during SSO client registration. A timestamp indicating when the client was registered will be appended to requests made to the SSOOIDC service.

public string ClientName { get; set; }

Property Value

string

ProxySettings

The proxy settings to use when calling SSOOIDC and SSO Services.

public IWebProxy ProxySettings { get; set; }

Property Value

IWebProxy

SessionName

The name of the sso_session section in the shared configuration file specified to be used when loading the token.

public string SessionName { get; set; }

Property Value

string

SsoVerificationCallback

A callback that is used to initiate the SSO Login flow with the user.

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

Property Value

Action<SsoVerificationArguments>