useRefreshTokens property

bool? useRefreshTokens
final

Whether refresh tokens are used to fetch new access tokens from the Auth0 server.

If false, the legacy technique of using a hidden iframe and the authorization code grant with prompt=none is used.

Defaults to false.

Implementation

final bool? useRefreshTokens;