What value should I pass to `BearerTokens`' constr...
# ktor
n
What value should I pass to `BearerTokens`' constructor as the (non-nullable)
refreshToken
property if there is no refresh token (in case of _client_credentials_ flow)? Thanks.
a
You can pass an empty string there.
🙏 1