refreshTokenUrl property

String Function(String token, JWT decodedToken)? refreshTokenUrl
final

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;