authenticate method
Authenticate OAuth2 authenticate.
Implementation
@MPI(name: "mesh.oauth2.authenticate")
Future<AccessID?> authenticate(String token, {Context? ctx}) {
throw UnimplementedError('authenticate() has not been implemented.');
}
Authenticate OAuth2 authenticate.
@MPI(name: "mesh.oauth2.authenticate")
Future<AccessID?> authenticate(String token, {Context? ctx}) {
throw UnimplementedError('authenticate() has not been implemented.');
}