Class: OAuth2::Strategy::ClientCredentials

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_urlObject

Returns:

  • (Object)


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

def authorize_url: () -> untyped

#get_tokenObject

Parameters:

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

Returns:

  • (Object)


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

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