MonoCloud Authentication SDK
    Preparing search index...

    Options used to customize the silent sign-in flow.

    interface SignInSilentOptions {
        appState?: ApplicationState;
        resource?: string;
        scopes?: string;
    }
    Index

    Properties

    appState?: ApplicationState

    Custom application state preserved across the silent authentication round-trip.

    The value is provided to the OnSessionCreating hook when the session is constructed.

    resource?: string

    Space-separated resources the access token should be scoped to for this specific silent sign-in.

    Merged with defaultAuthParams.resource and any indicator resources configured on the client.

    scopes?: string

    Space-separated scopes requested from the authorization server for this specific silent sign-in.

    Merged with defaultAuthParams.scopes and any indicator scopes configured on the client.