Method: SignIn::TokenParamsValidator#token_exchange_grant?

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

#token_exchange_grant?Boolean (private)

Returns:

  • (Boolean)


72
73
74
# File 'app/services/sign_in/token_params_validator.rb', line 72

def token_exchange_grant?
  grant_type == Constants::Auth::TOKEN_EXCHANGE_GRANT
end