We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c48ab45 commit 912af44Copy full SHA for 912af44
pkgs/oauth2/lib/src/registration.dart
@@ -71,7 +71,9 @@ final class OAuthClientMetadata {
71
}
72
73
74
-/// OAuth 2.0 Client Information (RFC 7591).
+/// OAuth 2.0 Client Information ([RFC 7591]).
75
+///
76
+/// [RFC 7591]: https://datatracker.ietf.org/doc/html/rfc7591#section-3.2.1
77
class OAuthClientInformation {
78
/// Opaque value used by the client to identify itself to the authorization server.
79
final String clientId;
0 commit comments