Purpose

Specifies the refresh token used to either request a new access token or renew an expired access token for OAuth 2.0 implementations.

Important: The refresh token is a confidential value used to authenticate to the service. To prevent unauthorized access, this value must be securely maintained.

Valid Values

String

where:

String

is the refresh token you have obtained from the Snowflake service.

Notes

  • See "OAuth 2.0 authentication" for more information.

Data Source Methods

public String getRefreshToken()

public void setRefreshToken(String)

Default Value

No default value

Data Type

String