struct
Crabbit::OAuth2Token
- Crabbit::OAuth2Token
- Struct
- Value
- Object
Overview
Access token returned by an OAuth2TokenProvider.
expires_at uses the monotonic Time::Instant clock and must be in the
future when installed.
Defined in:
crabbit/oauth2.crConstructors
Instance Method Summary
- #clone
- #copy_with(value _value = @value, expires_at _expires_at = @expires_at)
- #expires_at : Time::Instant
- #value : String