Ask a question to get started
Enter to sendā¢Shift+Enter new line
create_jwt_token( account: str, user: str, private_key: Any, passphrase: Optional
account
str
Snowflake account identifier
user
Snowflake username
private_key
Any
Private key data (string, bytes, or key object)
passphrase
Optional[str]
None
expiry_hours
int
1
Create JWT token for REST API authentication.
Optional passphrase for private key
Token expiry time in hours (default: 1)