WayrApp Backend & Ecosystem Documentation - v1.0.0
    Preparing search index...

    Type Alias RefreshTokenRequest

    RefreshTokenRequest: z.infer<typeof RefreshTokenBodySchema>

    Type definition for JWT refresh token request data

    Represents the structure of validated refresh token data for token renewal operations. This type ensures type safety for token refresh flows while maintaining compatibility with various JWT implementations.