Chartbreaker
    Preparing search index...

    Interface AuthMethod

    interface AuthMethod {
        challengeLabel?: string;
        getChallengeLabel?: string;
        id: string;
        isDefaultMethod?: boolean;
        label: string;
        performWithoutTan?: boolean;
        requiresChallenge: boolean;
        tanFieldLabel?: string;
    }
    Index

    Properties

    challengeLabel?: string
    getChallengeLabel?: string
    id: string
    isDefaultMethod?: boolean
    label: string
    performWithoutTan?: boolean

    If operations are not confirmed with a TAN (e.g. "Push TAN", where the operation is confirmed in the broker's authorization app), the confirmation/perform step is only the user telling us that she has confirmed the operation. Defaults to false

    requiresChallenge: boolean
    tanFieldLabel?: string