UserProviderManagerImpl

class UserProviderManagerImpl : UserProviderManager

UserProviderManagerImpl is responsible for managing the actions related to the user details.

Parameters

authenticationCore

AuthenticationCoreDef instance to get the user details

tokenProviderManager

TokenProviderManager instance to get the access token

Types

Link copied to clipboard
object Companion

Functions

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

Get the basic user information of the authenticated user from the server using the userinfo endpoint.