How are access and refresh tokens retrieved in Snowflake’s OAuth?

122 viewsIntegration to Snowflake
0

How are access and refresh tokens retrieved in Snowflake’s OAuth?

Daniel Steinhold Answered question July 19, 2023
0

The token endpoint returns access tokens or refresh tokens depending on the request parameters. The request parameters include grant type, code or refresh token, and redirect URI. The client ID and client secret must be included in the authorization header.

Daniel Steinhold Answered question July 19, 2023
You are viewing 1 out of 1 answers, click here to view all answers.