apply method
Apply trust authenticate token. 申请信任登录令牌.
Implementation
@MPI(flags: 8, name: "mesh.trust.apply")
Future<String?> apply(String factor, Duration duration, {Context? ctx}) {
throw UnimplementedError('apply() has not been implemented.');
}