Method: Core::Models::OAuth::Application#client_secret

Defined in:
lib/core/models/oauth/application.rb

#client_secretString

Returns the “password” of the application, used to identify it when requesting tokens.

Returns:

  • (String)

    the “password” of the application, used to identify it when requesting tokens.



20
# File 'lib/core/models/oauth/application.rb', line 20

field :client_secret, type: String, default: ->{ SecureRandom.hex }