@nycu-sdc/core-system-sdk
    Preparing search index...

    Type Alias ResponsesOauthAnswerValue

    Generated by orval v8.2.0 🍺 Do not edit manually. Core System API

    type ResponsesOauthAnswerValue = {
        avatarUrl: string;
        email: string;
        provider: string;
        providerId: string;
        username: string;
    }
    Index

    Properties

    avatarUrl: string

    The avatar URL from the OAuth provider.

    email: string

    The email from the OAuth provider.

    provider: string

    The OAuth provider, e.g., 'google', 'github'.

    providerId: string

    The unique identifier from the OAuth provider for the connected account.

    username: string

    The username from the OAuth provider.