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

    Interface ResponsesOauthAnswerJSON

    Response model for an OAuth answer

    interface ResponsesOauthAnswerJSON {
        avatar_url: string;
        questionId: string;
        username: string;
    }
    Index

    Properties

    avatar_url: string

    The avatar URL from the OAuth provider.

    questionId: string

    The question being answered.

    username: string

    The username from the OAuth provider.