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

    Interface CreateAuthorizationCodeParams

    interface CreateAuthorizationCodeParams {
        clientId: string;
        redirectUri: string;
        scope?: string;
        state?: string;
    }
    Index

    Properties

    clientId: string
    redirectUri: string
    scope?: string
    state?: string