API Reference
Class
OAuthConfig
Configuration for the OAuth login flow.
Inheritance
- Object
- OAuthConfig
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Method OAuthConfig.FromEnvironment
- Property OAuthLoginOptions.Config
- Property OpenAINativeOptions.OAuth
Accepted by parameters
- Constructor OAuthLoginOptions.OAuthLoginOptions
- Method OAuthLoginService.RefreshAsync
Constructors
public OAuthConfig() #Methods
Inherited Methods
Properties
public String AuthorizeUrl { get; set; } #Authorization endpoint URL.
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.