Class
OAuthConfig
Configuration for the OAuth login flow.
Inheritance
- Object
- OAuthConfig
Constructors
public OAuthConfig() #Methods
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String AuthorizeUrl { get; set; } #Authorization endpoint URL.
public String TokenUrl { get; set; } #Token endpoint URL.
public String ClientId { get; set; } #OAuth client id.
public String Scopes { get; set; } #OAuth scopes string.
public String RedirectUri { get; set; } #Redirect URI.
public Int32 RedirectPort { get; set; } #Redirect port when using a local listener.
public String RedirectPath { get; set; } #Redirect path when using a local listener.
public Boolean AddOrganizations { get; set; } #Whether to add organizations during login.
public Boolean CodexCliSimplifiedFlow { get; set; } #Whether to use the simplified Codex CLI flow.
public String Originator { get; set; } #Originator identifier.