File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ pub trait RevocableToken {
2020 /// Indicates the type of the token being revoked, as defined by [RFC 7009, Section 2.1](https://tools.ietf.org/html/rfc7009#section-2.1).
2121 ///
2222 /// Implementations should return `Some(...)` values for token types that the target authorization servers are
23- /// expected to know (e.g. because they are registered in the [OAuth Token Type Hints Registry](https://tools.ietf.org/html/rfc7009#section-4.1.2)
23+ /// expected to know (e.g. because they are registered in the [OAuth Token Type Hints Registry](https://tools.ietf.org/html/rfc7009#section-4.1.2))
2424 /// so that they can potentially optimize their search for the token to be revoked.
2525 ///
2626 fn type_hint ( & self ) -> Option < & str > ;
You can’t perform that action at this time.
0 commit comments