Class: PadlockAuth::Jwt::Strategy::Builder

Inherits:
Utils::AbstractBuilder
  • Object
show all
Defined in:
lib/padlock_auth/jwt/strategy.rb

Instance Method Summary collapse

Instance Method Details

#nbf_leeway(nbf_leeway) ⇒ Object



7
8
9
# File 'lib/padlock_auth/jwt/strategy.rb', line 7

def nbf_leeway(nbf_leeway)
  not_before_leeway(nbf_leeway)
end