AuthMFAChallengeTOTPResponse
type AuthMFAChallengeTOTPResponse = RequestResult<Prettify<AuthMFAChallengeResponseBase<"totp"> & AuthMFAChallengeTOTPResponseFields>>;
§Type
§
RequestResult<Prettify<AuthMFAChallengeResponseBase<"totp"> & AuthMFAChallengeTOTPResponseFields>>
[src]