Skip to content

Commit

Permalink
Address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Shawn Yang committed Jul 17, 2024
1 parent a128974 commit c8ecf87
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
package com.snowflake.snowpark_java.types;

/** Custom Snowflake class that provides access to accessKeyId & secretAccessKey & token secret object. */
/** The Snowflake class provides access to the CloudProviderToken secret object with the following properties: accessKeyId,
* secretAccessKey, and token.*/

public class CloudProviderToken {
private final String accessKeyId;
private final String secretAccessKey;
Expand Down

0 comments on commit c8ecf87

Please sign in to comment.