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
ClientName
Name of the application or system used during SSO client registration.
public string ClientName { get; set; }
Property Value
ClientType
OAuth client type
public string ClientType { get; set; }
Property Value
Scopes
public IList<string> Scopes { get; set; }
Property Value
SsoVerificationCallback
Callback for presenting the user with a SSO Login flow.
public Action<SsoVerificationArguments> SsoVerificationCallback { get; set; }
Property Value
StartUrl
The StartUrl to request an SSO Token from.
public string StartUrl { get; set; }