grant method
Grant OAuth2 code authorize.
Implementation
@MPI(name: "mesh.oauth.grant")
Future<GrantCode?> grant(AccessGrant grant, {Context? ctx}) {
throw UnimplementedError('grant() has not been implemented.');
}
Grant OAuth2 code authorize.
@MPI(name: "mesh.oauth.grant")
Future<GrantCode?> grant(AccessGrant grant, {Context? ctx}) {
throw UnimplementedError('grant() has not been implemented.');
}