class Authority::AuthorizationCodeService

Defined in:

services/authorization_code_service.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(auth_code_request : Authorize::NewRequest, user_id : String) #

[View source]

Instance Method Detail

def auth_code_request : Authorize::NewRequest #

[View source]
def code : String #

[View source]
def forward_url #

[View source]
def user_id : String #

[View source]