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

HookDescription
OktoClientAccess the Okto client instance and its methods

OktoClient Class

OktoClient class returns an instance of OktoClient.

OktoClient Properties and Methods

OktoClient Class

MethodSignatureDescription
loginUsingOAuthAuthenticateResultAuthenticate using OAuth providers
verifyLoginboolVerify if user is logged in

On this page