API Reference
Class
OAuthLoginResult
Represents the result of an OAuth login flow.
Inheritance
- Object
- OAuthLoginResult
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
Constructors
public OAuthLoginResult(AuthBundle bundle, Dictionary<String, String> raw) #Initializes a new OAuth login result.
Parameters
- bundle IntelligenceX.OpenAI.Auth.AuthBundle
- Authentication bundle.
- raw System.Collections.Generic.Dictionary{System.String,System.String}
- Raw response key/value data.