IntelligenceX
Class

OAuthLoginResult

Namespace IntelligenceX.OpenAI.Auth
Assembly IntelligenceX
Modifiers sealed

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.

Properties

public AuthBundle Bundle { get; } #

Gets the authentication bundle.

public Dictionary<String, String> Raw { get; } #

Gets the raw response data.