snowflake_client v0.1.1 SnowflakeClient

An OAuth2 strategy for Snowflake.

Summary

Functions

Returns the appropriate authorization URL based upon passed in params and the client configuration

Returns a client that has the configuration values set based upon configuration settings in your application

performs a client HTTP request and grabs the access token

Functions

authorize_url(client, params)
authorize_url!(params \\ [])

Returns the appropriate authorization URL based upon passed in params and the client configuration.

client()

Returns a client that has the configuration values set based upon configuration settings in your application.

get_token(client, params, headers)
get_token!(params \\ [], headers \\ [])

performs a client HTTP request and grabs the access token.