@@ -826,13 +826,13 @@ <h3 class="signature first" id="initialize-instance_method">
826826
827827 < div class ="note notetag ">
828828 < strong > Note:</ strong >
829- < div class ='inline '> < p > If no token is provided, the AccessToken will be considered invalid.
830- This is to prevent the possibility of a token being accidentally
831- created with no token value.
832- If you want to create an AccessToken with no token value,
833- you can pass in an empty string or nil for the token value.
834- If you want to create an AccessToken with no token value and
835- no refresh token, you can pass in an empty string or nil for the
829+ < div class ='inline '> < p > If no token is provided, the AccessToken will be considered invalid.< br />
830+ This is to prevent the possibility of a token being accidentally< br />
831+ created with no token value.< br />
832+ If you want to create an AccessToken with no token value,< br />
833+ you can pass in an empty string or nil for the token value.< br />
834+ If you want to create an AccessToken with no token value and< br />
835+ no refresh token, you can pass in an empty string or nil for the< br />
836836token value and nil for the refresh token, and < code > raise_errors: false</ code > .</ p >
837837</ div >
838838 </ div >
@@ -987,9 +987,9 @@ <h5 class="example_title"><div class='inline'><p>Verb-dependent Hash mode</p>
987987
988988 </ span >
989989
990- — < div class ='inline '> < p > the transmission mode of the Access Token parameter value:
991- either one of :header, :body or :query; or a Hash with verb symbols as keys mapping to one of these symbols
992- (e.g., < code > {get: :query, post: :header, delete: :header}</ code > ); or a callable that accepts a request-verb parameter
990+ — < div class ='inline '> < p > the transmission mode of the Access Token parameter value:< br />
991+ either one of :header, :body or :query; or a Hash with verb symbols as keys mapping to one of these symbols< br />
992+ (e.g., < code > {get: :query, post: :header, delete: :header}</ code > ); or a callable that accepts a request-verb parameter< br />
993993and returns one of these three symbols.</ p >
994994</ div >
995995
@@ -1020,7 +1020,7 @@ <h5 class="example_title"><div class='inline'><p>Verb-dependent Hash mode</p>
10201020
10211021 </ span >
10221022
1023- — < div class ='inline '> < p > the parameter name to use for transmission of the
1023+ — < div class ='inline '> < p > the parameter name to use for transmission of the< br />
10241024Access Token value in :body or :query transmission mode</ p >
10251025</ div >
10261026
@@ -1036,7 +1036,7 @@ <h5 class="example_title"><div class='inline'><p>Verb-dependent Hash mode</p>
10361036
10371037 </ span >
10381038
1039- — < div class ='inline '> < p > the name of the response parameter that identifies the access token
1039+ — < div class ='inline '> < p > the name of the response parameter that identifies the access token< br />
10401040When nil one of TOKEN_KEY_LOOKUP will be used</ p >
10411041</ div >
10421042
@@ -1533,21 +1533,21 @@ <h3 class="signature first" id="from_hash-class_method">
15331533
15341534 < div class ="note notetag ">
15351535 < strong > Note:</ strong >
1536- < div class ='inline '> < p > The method will use the first found token key in the following order:
1536+ < div class ='inline '> < p > The method will use the first found token key in the following order:< br />
15371537‘access_token’, ‘id_token’, ‘token’ (or their symbolic versions)</ p >
15381538</ div >
15391539 </ div >
15401540
15411541 < div class ="note notetag ">
15421542 < strong > Note:</ strong >
1543- < div class ='inline '> < p > If multiple token keys are present, a warning will be issued unless
1543+ < div class ='inline '> < p > If multiple token keys are present, a warning will be issued unless< br />
15441544OAuth2.config.silence_extra_tokens_warning is true</ p >
15451545</ div >
15461546 </ div >
15471547
15481548 < div class ="note notetag ">
15491549 < strong > Note:</ strong >
1550- < div class ='inline '> < p > If no token keys are present, a warning will be issued unless
1550+ < div class ='inline '> < p > If no token keys are present, a warning will be issued unless< br />
15511551OAuth2.config.silence_no_tokens_warning is true</ p >
15521552</ div >
15531553 </ div >
@@ -2746,28 +2746,28 @@ <h3 class="signature " id="revoke-instance_method">
27462746
27472747 < div class ="note notetag ">
27482748 < strong > Note:</ strong >
2749- < div class ='inline '> < p > If the token passed to the request
2750- is an access token, the server MAY revoke the respective refresh
2749+ < div class ='inline '> < p > If the token passed to the request< br />
2750+ is an access token, the server MAY revoke the respective refresh< br />
27512751token as well.</ p >
27522752</ div >
27532753 </ div >
27542754
27552755 < div class ="note notetag ">
27562756 < strong > Note:</ strong >
2757- < div class ='inline '> < p > If the token passed to the request
2758- is a refresh token and the authorization server supports the
2759- revocation of access tokens, then the authorization server SHOULD
2760- also invalidate all access tokens based on the same authorization
2757+ < div class ='inline '> < p > If the token passed to the request< br />
2758+ is a refresh token and the authorization server supports the< br />
2759+ revocation of access tokens, then the authorization server SHOULD< br />
2760+ also invalidate all access tokens based on the same authorization< br />
27612761grant</ p >
27622762</ div >
27632763 </ div >
27642764
27652765 < div class ="note notetag ">
27662766 < strong > Note:</ strong >
2767- < div class ='inline '> < p > If the server responds with HTTP status code 503, your code must
2768- assume the token still exists and may retry after a reasonable delay.
2769- The server may include a “Retry-After” header in the response to
2770- indicate how long the service is expected to be unavailable to the
2767+ < div class ='inline '> < p > If the server responds with HTTP status code 503, your code must< br />
2768+ assume the token still exists and may retry after a reasonable delay.< br />
2769+ The server may include a “Retry-After” header in the response to< br />
2770+ indicate how long the service is expected to be unavailable to the< br />
27712771requesting client.</ p >
27722772</ div >
27732773 </ div >
@@ -3083,7 +3083,7 @@ <h3 class="signature " id="to_hash-instance_method">
30833083</ div >
30843084
30853085 < div id ="footer ">
3086- Generated on Fri Nov 7 21:14:34 2025 by
3086+ Generated on Sat Nov 8 00:26:51 2025 by
30873087 < a href ="https://yardoc.org " title ="Yay! A Ruby Documentation Tool " target ="_parent "> yard</ a >
30883088 0.9.37 (ruby-3.4.7).
30893089</ div >
0 commit comments