MonoCloud Authentication SDK
    Preparing search index...

    Options used to customize the session refresh flow.

    refreshSession() exclusively uses the Refresh Token Grant. To start a fresh, non-interactive authorization (e.g. on app bootstrap) use MonoCloudWebJSClient.signInSilent instead.

    interface RefreshOptions {
        refreshGrantOptions?: RefreshGrantOptions;
    }
    Index

    Properties

    refreshGrantOptions?: RefreshGrantOptions

    Configuration applied to the Refresh Token Grant request, such as overriding the requested scopes or resources.