Change triggered by the Set AuthenticationMode update action.

interface SetAuthenticationModeChange {
    change: string;
    nextValue: string;
    previousValue: string;
    type: "SetAuthenticationModeChange";
}

Properties

change: string
nextValue: string

Value after the change.

previousValue: string

Value before the change.

type: "SetAuthenticationModeChange"