refreshTokenUrl property
Defines a function to get the URL in which a new token can be requested Defining this property activates the 'refreshToken' mechanism
Implementation
final String Function(String token, JWT decodedToken)? refreshTokenUrl;
Defines a function to get the URL in which a new token can be requested Defining this property activates the 'refreshToken' mechanism
final String Function(String token, JWT decodedToken)? refreshTokenUrl;