Class: OAuth2::Strategy::Implicit

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])


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

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

#authorize_urlString

Parameters:

  • (Hash[untyped, untyped])

Returns:

  • (String)


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

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

#get_tokenObject

Parameters:

  • (Object)

Returns:

  • (Object)


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

def get_token: (*untyped) -> untyped