Method: SignIn::TokenParamsValidator#client_assertion_type_present?

Defined in:
app/services/sign_in/token_params_validator.rb

#client_assertion_type_present?Boolean (private)

Returns:

  • (Boolean)


76
77
78
# File 'app/services/sign_in/token_params_validator.rb', line 76

def client_assertion_type_present?
  client_assertion_type.present?
end