Interface ILoginFlowsResponse

interface ILoginFlowsResponse {
    flows: LoginFlow[];
}

Properties

Properties

flows: LoginFlow[]