class OAuthTagger

Defined in:

tagger/taggers/oauth.cr

Constant Summary

WORDS = ["grant_type", "code", "redirect_uri", "redirect_url", "client_id", "client_secret"]

Constructors

Instance Method Summary

Instance methods inherited from class Tagger

name : String name, perform(endpoints : Array(Endpoint)) : Array(Endpoint) perform

Constructor methods inherited from class Tagger

new(options : Hash(String, String)) new

Constructor Detail

def self.new(options : Hash(String, String)) #

[View source]

Instance Method Detail

def perform(endpoints : Array(Endpoint)) #

[View source]