Method: OAuth2::Client#password

Defined in:
lib/oauth2/client.rb

#passwordObject

The Resource Owner Password Credentials strategy



153
154
155
# File 'lib/oauth2/client.rb', line 153

def password
  @password ||= OAuth2::Strategy::Password.new(self)
end