Method: Auth0::Mixins::Validation::Algorithm::RS256.remove_jwks

Defined in:
lib/auth0/mixins/validation.rb

.remove_jwksObject

Clear the JWK set cache.


301
302
303
# File 'lib/auth0/mixins/validation.rb', line 301

def remove_jwks
  @@cache.remove_by { true }
end