svf-utils
    Preparing search index...

    Interface IAuthenticationProvider

    interface IAuthenticationProvider {
        getToken(scopes: Scopes[]): Promise<string>;
    }

    Implemented by

    Index

    Methods

    Methods