auth.provider API
    Preparing search index...

    Function parseAccessTokenHeader

    • Extract the access token from an Authorization header value, or null when the header carries no access token. See parseAccessTokenAuthorization for the exact parsing contract.

      Parameters

      • authorization: string | undefined

      Returns string | null