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

    Interface ResponsesOauthAnswer

    Response model for an OAuth answer

    interface ResponsesOauthAnswer {
        questionId: string;
        questionType: "OAUTH_CONNECT";
        value: ResponsesOauthAnswerValue;
    }
    Index

    Properties

    questionId: string

    The question being answered.

    questionType: "OAUTH_CONNECT"

    The type of the question being answered.