Method: Saml::Response#authn_failed?

Defined in:
lib/saml/response.rb

#authn_failed?Boolean



11
12
13
# File 'lib/saml/response.rb', line 11

def authn_failed?
  !success? && status.status_code.authn_failed?
end