Hiyve Components - v1.0.0
    Preparing search index...

    Interface CreateAuthorizationCodeResponse

    interface CreateAuthorizationCodeResponse {
        code: string;
        codeChallenge: string;
        codeVerifier: string;
        state: string | null;
    }
    Index

    Properties

    code: string
    codeChallenge: string
    codeVerifier: string
    state: string | null