Documentation ¶
Index ¶
- 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
- type UserGetResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func UserDelete ¶
func UserDelete(apiInterface dashboardmodels.APIInterface, tenantId string, options dashboardmodels.APIOptions, userContext supertokens.UserContext) (userDeleteResponse, error)
func UserEmailVerifyGet ¶
func UserEmailVerifyGet(apiImplementation dashboardmodels.APIInterface, tenantId string, options dashboardmodels.APIOptions, userContext supertokens.UserContext) (userEmailVerifyGetResponse, error)
func UserEmailVerifyPut ¶
func UserEmailVerifyPut(apiInterface dashboardmodels.APIInterface, tenantId string, options dashboardmodels.APIOptions, userContext supertokens.UserContext) (userEmailVerifyPutResponse, error)
func UserEmailVerifyTokenPost ¶
func UserEmailVerifyTokenPost(apiInterface dashboardmodels.APIInterface, tenantId string, options dashboardmodels.APIOptions, userContext supertokens.UserContext) (userEmailVerifyTokenPost, error)
func UserMetaDataGet ¶
func UserMetaDataGet(apiInterface dashboardmodels.APIInterface, tenantId string, options dashboardmodels.APIOptions, userContext supertokens.UserContext) (userMetaDataGetResponse, error)
func UserMetaDataPut ¶
func UserMetaDataPut(apiInterface dashboardmodels.APIInterface, tenantId string, options dashboardmodels.APIOptions, userContext supertokens.UserContext) (userMetadataPutResponse, error)
func UserPasswordPut ¶
func UserPasswordPut(apiInterface dashboardmodels.APIInterface, tenantId string, options dashboardmodels.APIOptions, userContext supertokens.UserContext) (userPasswordPutResponse, error)
func UserPut ¶
func UserPut(apiInterface dashboardmodels.APIInterface, tenantId string, options dashboardmodels.APIOptions, userContext supertokens.UserContext) (userPutResponse, error)
func UserSessionsGet ¶
func UserSessionsGet(apiInterface dashboardmodels.APIInterface, tenantId string, options dashboardmodels.APIOptions, userContext supertokens.UserContext) (userSessionsGetResponse, error)
func UserSessionsRevoke ¶
func UserSessionsRevoke(apiInterface dashboardmodels.APIInterface, tenantId string, options dashboardmodels.APIOptions, userContext supertokens.UserContext) (userSessionsPostResponse, error)
Types ¶
type SessionType ¶
type SessionType struct { SessionDataInDatabase interface{} `json:"sessionDataInDatabase"` CustomClaimsInAccessTokenPayload interface{} `json:"accessTokenPayload"` UserId string `json:"userId"` Expiry uint64 `json:"expiry"` TimeCreated uint64 `json:"timeCreated"` SessionHandle string `json:"sessionHandle"` }
type UserGetResponse ¶ added in v0.16.2
type UserGetResponse struct { Status string `json:"status"` RecipeId string `json:"recipeId,omitempty"` User dashboardmodels.UserType `json:"user,omitempty"` }
func UserGet ¶
func UserGet(apiImplementation dashboardmodels.APIInterface, tenantId string, options dashboardmodels.APIOptions, userContext supertokens.UserContext) (UserGetResponse, error)
Click to show internal directories.
Click to hide internal directories.