ts-lambda-api - v2.5.2
    Preparing search index...

    Interface IdentityProviderConfigInternal

    Interface to get an IdentityProvider for a specified HttpAuthScheme

    interface IdentityProviderConfig {
        getIdentityProvider(schemeId: string): IdentityProvider<Identity>;
    }
    Index

    Methods

    • Get the IdentityProvider for a specified HttpAuthScheme.

      Parameters

      • schemeId: string

        schemeId of the HttpAuthScheme

      Returns IdentityProvider<Identity>

      IdentityProvider or undefined if HttpAuthScheme is not found