Class: SMARTAppLaunch::SMARTClientTokenRequestAppLaunchConfidentialSymmetricVerification
- Inherits:
-
Inferno::Test
- Object
- Inferno::Test
- SMARTAppLaunch::SMARTClientTokenRequestAppLaunchConfidentialSymmetricVerification
- Includes:
- AuthenticationVerification, TokenRequestVerification, URLs
- Defined in:
- lib/smart_app_launch/client_suite/token_request_alcs_verification_test.rb
Instance Method Summary collapse
Methods included from TokenRequestVerification
#check_authorization_code_request_params, #check_refresh_request_params, #check_request_params, #extract_token_from_response, #verify_token_requests
Methods included from AuthenticationVerification
#check_authentication, #check_authorization_header, #check_client_assertion, #check_jwt_header, #check_jwt_payload, #check_jwt_signature
Methods included from URLs
#client_authorization_url, #client_base_url, #client_fhir_base_url, #client_introspection_url, #client_resume_fail_url, #client_resume_pass_url, #client_smart_discovery_url, #client_token_url
Instance Method Details
#client_suite_id ⇒ Object
41 42 43 44 45 |
# File 'lib/smart_app_launch/client_suite/token_request_alcs_verification_test.rb', line 41 def client_suite_id return config.[:endpoint_suite_id] if config.[:endpoint_suite_id].present? SMARTAppLaunch::SMARTClientSTU22Suite.id end |