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