Class: OAuth2::Strategy::AuthCode
- Inherits:
-
Base
- Object
- Base
- OAuth2::Strategy::AuthCode
show all
- Defined in:
- sig/lib/oauth2/oauth2.rbs
Instance Method Summary
collapse
Methods inherited from Base
#initialize
Instance Method Details
#authorize_params ⇒ Hash[untyped, untyped]
79
|
# File 'sig/lib/oauth2/oauth2.rbs', line 79
def authorize_params: (?Hash[untyped, untyped]) -> Hash[untyped, untyped]
|
#authorize_url ⇒ String
81
|
# File 'sig/lib/oauth2/oauth2.rbs', line 81
def authorize_url: (?Hash[untyped, untyped]) -> String
|
#get_token ⇒ Object
83
|
# File 'sig/lib/oauth2/oauth2.rbs', line 83
def get_token: (String, ?Hash[untyped, untyped], ?Hash[untyped, untyped]) -> untyped
|