Class SsoProfile
Resolved SSO profile settings from the config file.
Inherited Members
Namespace: Seclai
Assembly: Seclai.dll
Syntax
public sealed class SsoProfile
Properties
SsoAccountId
Account ID (resolved after login via /me). May be null before first login.
Declaration
public string? SsoAccountId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SsoClientId
OAuth client ID from the SSO profile.
Declaration
public string SsoClientId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SsoDomain
Cognito domain from the SSO profile.
Declaration
public string SsoDomain { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SsoRegion
AWS region from the SSO profile.
Declaration
public string SsoRegion { get; set; }
Property Value
| Type | Description |
|---|---|
| string |