abstract class MultiAuth::Provider

Direct Known Subclasses

Defined in:

multi_auth/provider.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(redirect_uri : String, key : String, secret : String) #

[View source]

Instance Method Detail

abstract def authorize_uri(scope = nil) #

[View source]
def key : String #

[View source]
def redirect_uri : String #

[View source]
def secret : String #

[View source]
abstract def user(params : Hash(String, String)) #

[View source]