Method: OpenIDConnect::JWTnizable#to_jwt
- Defined in:
- lib/openid_connect/jwtnizable.rb
#to_jwt(key, algorithm = :RS256, &block) ⇒ Object
3 4 5 |
# File 'lib/openid_connect/jwtnizable.rb', line 3 def to_jwt(key, algorithm = :RS256, &block) as_jwt(key, algorithm, &block).to_s end |