We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b8cc35 commit c48ab45Copy full SHA for c48ab45
pkgs/oauth2/lib/src/registration.dart
@@ -114,6 +114,8 @@ class OAuthClientInformation {
114
115
/// Performs RFC 7591 Dynamic Client Registration.
116
///
117
+/// Throws [AuthorizationException] if registration fails.
118
+///
119
/// The returned [Future] completes with the client information. It will
120
/// complete with an [AuthorizationException] if the request is rejected by the
121
/// server.
0 commit comments