verify method
Verify the trust token. 验证信任登录令牌.
Implementation
@MPI(flags: 8, name: "mesh.trust.verify")
Future<AccessToken?> verify(String token, {Context? ctx}) {
throw UnimplementedError('verify() has not been implemented.');
}
Verify the trust token. 验证信任登录令牌.
@MPI(flags: 8, name: "mesh.trust.verify")
Future<AccessToken?> verify(String token, {Context? ctx}) {
throw UnimplementedError('verify() has not been implemented.');
}