@eoussama/firemitt
    Preparing search index...

    Type Alias TToken

    TToken: { _tokenResponse: { oauthAccessToken?: string; oauthIdToken?: string } } & object

    Represents a token structure with additional properties. This type is primarily used for authentication purposes, containing a token response and possibly other object properties.

    Type Declaration

    • _tokenResponse: { oauthAccessToken?: string; oauthIdToken?: string }

      An object containing the OAuth ID token.

      • OptionaloauthAccessToken?: string

        The OAuth access token. Present for all OAuth providers.

      • OptionaloauthIdToken?: string

        The OAuth ID token. Present for OIDC-based providers (Google, Apple, Microsoft).