Base interface for all types of authentication step responses.

interface AuthResponse {
    type: StepType;
}

Implemented by

Properties

Properties

type: StepType