Documentation
¶
Index ¶
- func ContextWithToken(ctx context.Context) context.Context
- func DisableAndDeleteSessions(ctx context.Context, identityId string) (err error)
- func DisableSession(ctx context.Context, sessionId string) (err error)
- func GetIdentitySessions(ctx context.Context, identityId string, pageNumber int64, perPage int64) (sessions []client.Session, err error)
- func GetSession(ctx context.Context, sessionId string, expandOptions []string) (session *client.Session, err error)
- func GetSessions(ctx context.Context, pageToken string, perPage int64) (sessions []client.Session, err error)
- func RefreshSession(ctx context.Context, sessionId string) (session *client.Session, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetIdentitySessions ¶
func GetSession ¶
func GetSessions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.