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

    Type Alias responsesConnectOauthAccountResponse302

    Initiate OAuth flow for connecting an account to answer a question. This endpoint redirects (302) to the OAuth provider's authorization page. After authorization, the OAuth profile data (username, avatar_url) is stored as the answer and can be fetched via GET /responses/{responseId}/questions/{questionId}.

    type responsesConnectOauthAccountResponse302 = {
        data: void;
        status: 302;
    }
    Index

    Properties

    Properties

    data: void
    status: 302