Skip to content

Commit

Permalink
Remove MfaToken from TokenType enum
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-ext-simba-lf committed Jun 5, 2024
1 parent 61b2317 commit cb1c84f
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*
* Copyright (c) 2024 Snowflake Computing Inc. All rights reserved.
*/

Expand All @@ -9,9 +9,7 @@ namespace Snowflake.Data.Client
internal enum TokenType
{
[StringAttr(value = "ID_TOKEN")]
IdToken,
[StringAttr(value = "MFATOKEN")]
MfaToken
IdToken
}

public interface ISnowflakeCredentialManager
Expand Down

0 comments on commit cb1c84f

Please sign in to comment.