userdetails

package
v0.12.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 2, 2023 License: Apache-2.0 Imports: 17 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func UserDelete

func UserDelete(apiInterface dashboardmodels.APIInterface, options dashboardmodels.APIOptions) (userDeleteResponse, error)

func UserEmailVerifyGet

func UserEmailVerifyGet(apiImplementation dashboardmodels.APIInterface, options dashboardmodels.APIOptions) (userEmailVerifyGetResponse, error)

func UserEmailVerifyPut

func UserEmailVerifyPut(apiInterface dashboardmodels.APIInterface, options dashboardmodels.APIOptions) (userEmailVerifyPutResponse, error)

func UserEmailVerifyTokenPost

func UserEmailVerifyTokenPost(apiInterface dashboardmodels.APIInterface, options dashboardmodels.APIOptions) (userEmailVerifyTokenPost, error)

func UserGet

func UserGet(apiImplementation dashboardmodels.APIInterface, options dashboardmodels.APIOptions) (userGetResponse, error)

func UserMetaDataGet

func UserMetaDataGet(apiInterface dashboardmodels.APIInterface, options dashboardmodels.APIOptions) (userMetaDataGetResponse, error)

func UserMetaDataPut

func UserMetaDataPut(apiInterface dashboardmodels.APIInterface, options dashboardmodels.APIOptions) (userMetadataPutResponse, error)

func UserPasswordPut

func UserPasswordPut(apiInterface dashboardmodels.APIInterface, options dashboardmodels.APIOptions) (userPasswordPutResponse, error)

func UserPut

func UserPut(apiInterface dashboardmodels.APIInterface, options dashboardmodels.APIOptions) (userPutResponse, error)

func UserSessionsGet

func UserSessionsGet(apiInterface dashboardmodels.APIInterface, options dashboardmodels.APIOptions) (userSessionsGetResponse, error)

func UserSessionsRevoke

func UserSessionsRevoke(apiInterface dashboardmodels.APIInterface, options dashboardmodels.APIOptions) (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"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL