Versions in this module Expand all Collapse all v0 v0.19.0 Jun 4, 2024 Changes in this version + func UserDelete(apiInterface dashboardmodels.APIInterface, tenantId string, ...) (userDeleteResponse, error) + func UserEmailVerifyGet(apiImplementation dashboardmodels.APIInterface, tenantId string, ...) (userEmailVerifyGetResponse, error) + func UserEmailVerifyPut(apiInterface dashboardmodels.APIInterface, tenantId string, ...) (userEmailVerifyPutResponse, error) + func UserEmailVerifyTokenPost(apiInterface dashboardmodels.APIInterface, tenantId string, ...) (userEmailVerifyTokenPost, error) + func UserMetaDataGet(apiInterface dashboardmodels.APIInterface, tenantId string, ...) (userMetaDataGetResponse, error) + func UserMetaDataPut(apiInterface dashboardmodels.APIInterface, tenantId string, ...) (userMetadataPutResponse, error) + func UserPasswordPut(apiInterface dashboardmodels.APIInterface, tenantId string, ...) (userPasswordPutResponse, error) + func UserPut(apiInterface dashboardmodels.APIInterface, tenantId string, ...) (userPutResponse, error) + func UserSessionsGet(apiInterface dashboardmodels.APIInterface, tenantId string, ...) (userSessionsGetResponse, error) + func UserSessionsRevoke(apiInterface dashboardmodels.APIInterface, tenantId string, ...) (userSessionsPostResponse, error) + type SessionType struct + CustomClaimsInAccessTokenPayload interface{} + Expiry uint64 + SessionDataInDatabase interface{} + SessionHandle string + TimeCreated uint64 + UserId string + type UserGetResponse struct + RecipeId string + Status string + User dashboardmodels.UserType + func UserGet(apiImplementation dashboardmodels.APIInterface, tenantId string, ...) (UserGetResponse, error)