다음을 통해 공유


Authenticator type

경고

이 API는 이제 사용되지 않습니다.

The Authenticator type is not currently in use.

챌린지를 수신하고 문자열 토큰으로 프라미스를 해결하는 함수입니다.

type Authenticator = (challenge: unknown) => Promise<string>