auth.provider API
    Preparing search index...

    Interface SupportsRevocation

    interface SupportsRevocation {
        revoke(userId: string): Promise<void>;
    }
    Index

    Methods

    Methods