Skip to content

Commit 912af44

Browse files
pavelgjjonasfj
andauthored
Update pkgs/oauth2/lib/src/registration.dart
Co-authored-by: Jonas Finnemann Jensen <jopsen@gmail.com>
1 parent c48ab45 commit 912af44

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pkgs/oauth2/lib/src/registration.dart

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,9 @@ final class OAuthClientMetadata {
7171
}
7272
}
7373

74-
/// OAuth 2.0 Client Information (RFC 7591).
74+
/// OAuth 2.0 Client Information ([RFC 7591]).
75+
///
76+
/// [RFC 7591]: https://datatracker.ietf.org/doc/html/rfc7591#section-3.2.1
7577
class OAuthClientInformation {
7678
/// Opaque value used by the client to identify itself to the authorization server.
7779
final String clientId;

0 commit comments

Comments
 (0)