issue_refresh_token(p_session_id text, p_user_id integer, p_expires_at timestamp without time zone, p_raw_token text)


Description

Issues a new refresh token for a session by hashing the raw token and storing the hash in the database.

Parameters

Name Type Mode
p_session_id text IN
p_user_id integer IN
p_expires_at timestamp without time zone IN
p_raw_token text IN

Definition