MonoCloud Authentication SDK
    Preparing search index...

    Represents options for the GetTokens handler.

    interface GetTokensOptions {
        forceRefresh?: boolean;
        refetchUserInfo?: boolean;
        resource?: string;
        scopes?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    forceRefresh?: boolean

    Specifies whether to force the refresh of the access token.

    refetchUserInfo?: boolean

    Determines whether to refetch the user information.

    resource?: string

    Space-separated list of resources to scope the access token to

    scopes?: string

    Space-separated list of scopes to request