Class: OAuth2::Strategy::Implicit
- Inherits:
-
Base
- Object
- Base
- OAuth2::Strategy::Implicit
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]
71
|
# File 'sig/lib/oauth2/oauth2.rbs', line 71
def authorize_params: (?Hash[untyped, untyped]) -> Hash[untyped, untyped]
|
#authorize_url ⇒ String
73
|
# File 'sig/lib/oauth2/oauth2.rbs', line 73
def authorize_url: (?Hash[untyped, untyped]) -> String
|
#get_token ⇒ Object
75
|
# File 'sig/lib/oauth2/oauth2.rbs', line 75
def get_token: (*untyped) -> untyped
|