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