Skip to main content

Interface: MoveAuthenticatorLike

MoveAuthenticator is a signature variant that enables a method of authentication through Move code. This type represents the data received by the Move authenticate function during the Account Abstraction authentication flow.

Methods

asV1()

asV1(): MoveAuthenticatorV1Like;

Convert this move authenticator into a version 1 move authenticator if it is one, or panic otherwise

Returns

MoveAuthenticatorV1Like