Type Alias HonuaAuthProviderResult

HonuaAuthProviderResult:
    | HonuaAuthCredentials
    | string
    | null
    | undefined
    | Promise<
        | HonuaAuthCredentials
        | string
        | null
        | undefined>