class Okta::Auth
- Okta::Auth
- Reference
- Object
Defined in:
okta.crConstructors
Instance Method Summary
- #authenticate(authorization_code : String)
- #authorize_url
- #logged : Bool
- #logged=(logged : Bool)
- #user_logged : Bool
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)
#