UserManagerImpl

UserManagerImpl class is the implementation of the UserManager interface. Which is used to handle the user details retrieval from the Identity Server.

Parameters

authenticationCoreConfig

Configuration of the Identity Server AuthenticationCoreConfig

client

OkHttpClient instance to handle network calls OkHttpClient

userManagerImplRequestBuilder

Request builder class to build the requests UserManagerImplRequestBuilder

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open suspend override fun getBasicUserInfo(accessToken: String?): LinkedHashMap<String, Any>?

Get the basic user information of the authenticated.