authorize method
Authorize OAuth2 code authorize.
Implementation
@override
Future<AccessToken?> authorize(String code, {Context? ctx}) async {
return await _h.invoke(this, _methods['authorize']!, [code], ctx);
}
Authorize OAuth2 code authorize.
@override
Future<AccessToken?> authorize(String code, {Context? ctx}) async {
return await _h.invoke(this, _methods['authorize']!, [code], ctx);
}