Class
OAuthLoginResult
Represents the result of an OAuth login flow.
Inheritance
- Object
- OAuthLoginResult
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.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object