Chartbreaker
    Preparing search index...

    Type Alias AuthorizationInfo

    type AuthorizationInfo = {
        allOperationsRequireSessionTan?: boolean;
        authMethods?: AuthMethod[];
        sessionTanActive?: boolean;
    }
    Index

    Properties

    allOperationsRequireSessionTan?: boolean

    If this is present and true, the only operation that the AuthMethods can be used to is to activate Session TAN (session.authorizeSessionTan). All other operations (e.g. order creation etc.) require Session TAN to be activated first.

    authMethods?: AuthMethod[]
    sessionTanActive?: boolean