class Okta::Auth

Defined in:

okta.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(base_domain : String, client_id : String, client_secret : String, redirect_uri : String, token_uri : String, authorize_uri : String, user_info : String, scope : String, state : String) #

[View source]

Instance Method Detail

def authenticate(authorization_code : String) #

[View source]
def authorize_url #

[View source]
def logged : Bool #

[View source]
def logged=(logged : Bool) #

[View source]
def user_logged : Bool #

[View source]