Type Alias IAuthenticationType

IAuthenticationType:
    | "AWS4-HMAC-SHA256"
    | "Basic"
    | "Bearer"
    | "Digest"
    | "HOBA"
    | "Mutual"
    | "OAuth"
    | "SCRAM-SHA-1"
    | "SCRAM-SHA-256"
    | "vapid"