OktoClient
Learn how to use the OktoClient class to access Okto functionality in Unity components
The OktoClient
class is the primary way to access Okto functionality within Unity components. It provides access to the Okto client instance, allowing you to manage authentication, user operations, and session management.
Hook Overview
Hook | Description |
---|---|
OktoClient | Access the Okto client instance and its methods |
OktoClient Class
OktoClient
class returns an instance of OktoClient.
OktoClient Properties and Methods
OktoClient Class
Method | Signature | Description |
---|---|---|
loginUsingOAuth | AuthenticateResult | Authenticate using OAuth providers |
verifyLogin | bool | Verify if user is logged in |