@novice1/frame - v0.3.1
    Preparing search index...

    Interface OAuth2ACAuthorizationParams

    interface OAuth2ACAuthorizationParams {
        clientId: string;
        codeChallenge?: string;
        redirectUri: string;
        responseType: string;
        scope?: string;
        state?: string;
    }
    Index

    Properties

    clientId: string
    codeChallenge?: string
    redirectUri: string
    responseType: string
    scope?: string
    state?: string