useRefreshTokensClientCredentials

@JvmName(name = "bykvbwfctxaqrssf")
suspend fun useRefreshTokensClientCredentials(value: Output<Boolean>)
@JvmName(name = "machxvxsjtfrewhl")
suspend fun useRefreshTokensClientCredentials(value: Boolean?)

Parameters

value

If this is true, a refresh_token will be created and added to the token response if the client_credentials grant is used and a user session will be created. If this is false then no refresh_token will be generated and the associated user session will be removed, in accordance with OAuth 2.0 RFC6749 Section 4.4.3. Defaults to false.