Skip to contents

Refreshes the specified recipient's delta sharing authentication token with the provided token info. The caller must be the owner of the recipient.

Usage

rotate_recipient_token(client, name, existing_token_expire_in_seconds)

recipientsRotateToken(client, name, existing_token_expire_in_seconds)

Arguments

client

Required. Instance of DatabricksClient()

name

Required. The name of the recipient.

existing_token_expire_in_seconds

Required. The expiration time of the bearer token in ISO 8601 format.