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