You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -46,6 +51,7 @@ or [submit a PR](https://github.com/pelmered/laravel-http-client-auth-helper/pul
46
51
[](https://github.com/pelmered/filament-money-field/actions/workflows/tests.yml)
47
52
[](https://github.com/pelmered/laravel-http-client-auth-helper/actions/workflows/tests.yml)
48
53
54
+
## Table of contents
49
55
<!-- toc -->
50
56
51
57
-[Requirements](#requirements)
@@ -136,7 +142,7 @@ integer - for how long until expiry in seconds)\
136
142
string - Can be key of the field in response that contains the expiry of the token. Can also be a string with a date. This is then parsed by Carbon::parse so any format that Carbon can parse is acceptable.\
137
143
Closure - A closure that receives the refresh response and can return any other acceptable value (integer, string or Carbon object).\
138
144
Carbon - A Carbon object with the time of the expiry.\
139
-
**Default:** 3600
145
+
**Default:**`3600`
140
146
141
147
### accessToken - `string|Closure`
142
148
This is where the access token can be found on the refresh response.\
0 commit comments