Class: RailsIam::Authentication::RefreshTokenEncoder
- Inherits:
-
Object
- Object
- RailsIam::Authentication::RefreshTokenEncoder
- Defined in:
- app/services/rails_iam/authentication/refresh_token_encoder.rb
Class Method Summary collapse
Class Method Details
.call ⇒ Object
6 7 8 |
# File 'app/services/rails_iam/authentication/refresh_token_encoder.rb', line 6 def self.call SecureRandom.hex(64) end |