MonoCloud Authentication SDK
    Preparing search index...

    Interface RefreshOptions

    Options used to customize the session refresh flow.

    interface RefreshOptions {
        refreshGrantOptions?: RefreshGrantOptions;
    }
    Index

    Properties

    refreshGrantOptions?: RefreshGrantOptions

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