Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeleteCrypted ¶
DeleteCrypted deletes an entry from the CryptStore
func GetRefreshToken ¶
func GetRefreshToken(rlog log.Ext1FieldLogger, tx *sqlx.Tx, myid mtid.MTID, jwt string) (string, bool, error)
GetRefreshToken returns the refresh token for a mytoken id
func UpdateRefreshToken ¶
func UpdateRefreshToken(rlog log.Ext1FieldLogger, tx *sqlx.Tx, tokenID mtid.MTID, newRT, jwt string) error
UpdateRefreshToken updates a refresh token in the database, all occurrences of the RT are updated.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.