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

    Interface ExchangeAuthorizationCodeParams

    interface ExchangeAuthorizationCodeParams {
        clientId: string;
        clientSecret: string;
        code: string;
        codeVerifier: string;
        redirectUri: string;
    }
    Index

    Properties

    clientId: string
    clientSecret: string
    code: string
    codeVerifier: string
    redirectUri: string