Class: SMARTAppLaunch::SMARTClientAccessAppLaunchPublicInteraction
- Inherits:
-
Inferno::Test
- Object
- Inferno::Test
- SMARTAppLaunch::SMARTClientAccessAppLaunchPublicInteraction
- Includes:
- ClientWaitDialogDescriptions, URLs
- Defined in:
- lib/smart_app_launch/client_suite/access_alp_interaction_test.rb
Instance Method Summary collapse
Methods included from ClientWaitDialogDescriptions
#access_wait_dialog_access_response_and_continue_suffix, #access_wait_dialog_app_launch_access_prefix, #access_wait_dialog_backend_services_access_prefix, #access_wait_dialog_ehr_launch_instructions
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
55 56 57 58 59 |
# File 'lib/smart_app_launch/client_suite/access_alp_interaction_test.rb', line 55 def client_suite_id return config.[:endpoint_suite_id] if config.[:endpoint_suite_id].present? SMARTAppLaunch::SMARTClientSTU22Suite.id end |