is_refresh_token_valid(p_token_hash text)


Description

Validates a refresh token by checking if it is active, not revoked, not expired, not replaced, and its session is valid.

Parameters

Name Type Mode
p_token_hash text IN

Definition