refreshTokenAPIendpoint property

Uri Function(String refreshToken, JWT token)? refreshTokenAPIendpoint
finalinherited

Defines a function to the URL in which a new token can be requested Defining this property activates the 'refreshToken' mechanism

Implementation

final Uri Function(String refreshToken, JWT token)? refreshTokenAPIendpoint;