@valon-technologies/gestalt
    Preparing search index...

    Interface AuthorizeRequest

    RFC 6749 authorization request parameters.

    interface AuthorizeRequest {
        responseType: string;
        clientId: string;
        redirectUri: string;
        scope: string;
        state: string;
    }
    Index

    Properties

    responseType: string
    clientId: string
    redirectUri: string
    scope: string
    state: string