class MultiAuth::Engine

Defined in:

multi_auth/engine.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(provider : String, redirect_uri : String) #

[View source]

Instance Method Detail

def authorize_uri(scope = nil) #

[View source]
def provider : Provider #

[View source]
def user(params : Enumerable(Tuple(String, String))) : User #

[View source]