Class: SMARTAppLaunch::TokenResponseBodyTestSTU22

Inherits:
TokenResponseBodyTest show all
Defined in:
lib/smart_app_launch/token_response_body_test_stu2_2.rb

Constant Summary

Constants included from TokenPayloadValidation

SMARTAppLaunch::TokenPayloadValidation::FHIR_ID_REGEX, SMARTAppLaunch::TokenPayloadValidation::FHIR_RESOURCE_TYPES, SMARTAppLaunch::TokenPayloadValidation::NUMERIC_FIELDS, SMARTAppLaunch::TokenPayloadValidation::STRING_FIELDS

Instance Method Summary collapse

Methods included from TokenPayloadValidation

#check_fhir_context_canonical, #check_fhir_context_identifier, #check_fhir_context_reference, #check_for_missing_scopes, #validate_fhir_context_stu2_2, #validate_required_fields_present, #validate_scope_subset, #validate_token_field_types, #validate_token_type

Instance Method Details

#validate_fhir_context(fhir_context) ⇒ Object



28
29
30
# File 'lib/smart_app_launch/token_response_body_test_stu2_2.rb', line 28

def validate_fhir_context(fhir_context)
  validate_fhir_context_stu2_2(fhir_context)
end