AuthMethodRegistrationSubmitChallengeResult class

인증 방법 등록에 대한 챌린지를 제출한 결과입니다.

Extends

상속된 속성

data
error
state

메서드

createWithError(unknown)

오류가 있는 AuthMethodRegistrationSubmitChallengeResult를 만듭니다.

isCompleted()

결과가 등록이 완료되었음을 나타내는지 확인합니다.

isFailed()

결과가 실패 상태인지 확인합니다.

생성자 세부 정보

AuthMethodRegistrationSubmitChallengeResult(AuthMethodRegistrationSubmitChallengeResultState, CustomAuthAccountData)

new AuthMethodRegistrationSubmitChallengeResult(state: AuthMethodRegistrationSubmitChallengeResultState, data?: CustomAuthAccountData)

매개 변수

상속된 속성 세부 정보

data

data?: CustomAuthAccountData

속성 값

상속된 개체 AuthFlowResultBase.data

error

error?: AuthMethodRegistrationSubmitChallengeError

속성 값

상속된 개체 AuthFlowResultBase.error

state

state: AuthMethodRegistrationSubmitChallengeResultState

속성 값

상속된 개체 AuthFlowResultBase.state

메서드 세부 정보

createWithError(unknown)

오류가 있는 AuthMethodRegistrationSubmitChallengeResult를 만듭니다.

static function createWithError(error: unknown): AuthMethodRegistrationSubmitChallengeResult

매개 변수

error

unknown

발생한 오류입니다.

반품

오류가 있는 AuthMethodRegistrationSubmitChallengeResult입니다.

isCompleted()

결과가 등록이 완료되었음을 나타내는지 확인합니다.

function isCompleted(): this

반품

this

등록이 완료되면 true이고, 그렇지 않으면 false입니다.

isFailed()

결과가 실패 상태인지 확인합니다.

function isFailed(): this

반품

this

결과가 실패하면 true이고, 그렇지 않으면 false입니다.