useRefreshTokensFallback property

bool? useRefreshTokensFallback
final

Whether the client falls back to the technique of using a hidden iframe and the authorization code grant with prompt=none when unable to use refresh tokens.

If false, the iframe fallback is not used and errors relating to a failed refresh token grant should be handled appropriately.

Defaults to false.

Implementation

final bool? useRefreshTokensFallback;