Class: OAuth2::Strategy::AuthCode

Inherits:
Base
  • Object
show all
Defined in:
sig/lib/oauth2/oauth2.rbs

Instance Method Summary collapse

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from OAuth2::Strategy::Base

Instance Method Details

#authorize_paramsHash[untyped, untyped]

Parameters:

  • (Hash[untyped, untyped])

Returns:

  • (Hash[untyped, untyped])


79
# File 'sig/lib/oauth2/oauth2.rbs', line 79

def authorize_params: (?Hash[untyped, untyped]) -> Hash[untyped, untyped]

#authorize_urlString

Parameters:

  • (Hash[untyped, untyped])

Returns:

  • (String)


81
# File 'sig/lib/oauth2/oauth2.rbs', line 81

def authorize_url: (?Hash[untyped, untyped]) -> String

#get_tokenObject

Parameters:

  • (String)
  • (Hash[untyped, untyped])
  • (Hash[untyped, untyped])

Returns:

  • (Object)


83
# File 'sig/lib/oauth2/oauth2.rbs', line 83

def get_token: (String, ?Hash[untyped, untyped], ?Hash[untyped, untyped]) -> untyped