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

    Type Alias ResponsesOauthAnswerCallbackParams

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

    type ResponsesOauthAnswerCallbackParams = {
        code?: string;
        error?: string;
        state?: string;
    }
    Index

    Properties

    Properties

    code?: string

    Authorization code returned by the OAuth provider on success.

    error?: string

    Error code returned by the OAuth provider when the user denied authorization (e.g. access_denied).

    state?: string

    Opaque state value created during initiation; encodes responseId, questionId, and redirect URL.