Module: VerifyVspClient
- Defined in:
- lib/verify_vsp_client.rb,
lib/verify_vsp_client/version.rb,
lib/verify_vsp_client/fake_sso.rb,
lib/verify_vsp_client/response.rb,
lib/verify_vsp_client/response_error.rb,
lib/verify_vsp_client/service_provider.rb,
lib/verify_vsp_client/redacted_response.rb,
lib/verify_vsp_client/authentication_request.rb
Defined Under Namespace
Classes: AuthenticationRequest, Configuration, FakeSso, RedactedResponse, Response, ResponseError, ServiceProvider
Constant Summary collapse
- IDENTITY_VERIFIED_SCENARIO =
"IDENTITY_VERIFIED".freeze
- AUTHENTICATION_FAILED_SCENARIO =
"AUTHENTICATION_FAILED".freeze
- NO_AUTHENTICATION_SCENARIO =
"NO_AUTHENTICATION".freeze
- VERSION =
"0.1.2"
Class Attribute Summary collapse
-
.configuration ⇒ Object
Returns the value of attribute configuration.
Class Method Summary collapse
Class Attribute Details
.configuration ⇒ Object
Returns the value of attribute configuration.
17 18 19 |
# File 'lib/verify_vsp_client.rb', line 17 def configuration @configuration end |
Class Method Details
.configure {|configuration| ... } ⇒ Object
20 21 22 23 |
# File 'lib/verify_vsp_client.rb', line 20 def self.configure self.configuration ||= Configuration.new yield(configuration) end |