@moneytree/mt-link-javascript-sdk
    Preparing search index...

    Interface OAuthSharedParams

    interface OAuthSharedParams {
        redirectUri?: string;
        state?: string;
    }

    Hierarchy (View Summary)

    Index
    redirectUri?: string

    OAuth redirection URI, see here for more details.

    Set the default value via MtLinkSdk.init

    state?: string

    The state parameter for OAuth flows, see here for more details.

    If you generate an identifier for the OAuth authorization on your server make sure to set this value explicitly so that you can use it to acquire the access token after the OAuth redirect occurs.

    The default value is a randomly generated uuid, or set via MtLinkSdk.init