Class: OAuth2::Strategy::Password
- Defined in:
- sig/lib/oauth2/oauth2.rbs
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from OAuth2::Strategy::Base
Instance Method Details
#authorize_url ⇒ Object
65 |
# File 'sig/lib/oauth2/oauth2.rbs', line 65
def authorize_url: () -> untyped
|
#get_token ⇒ Object
67 |
# File 'sig/lib/oauth2/oauth2.rbs', line 67
def get_token: (String, String, ?Hash[untyped, untyped], ?Hash[untyped, untyped]) -> untyped
|