Skip to content
This repository was archived by the owner on Feb 11, 2025. It is now read-only.

Commit 7f8abed

Browse files
authored
Merge pull request #587 from linuxchata/linuxchataadd-pop-auth-method
2 parents 9ce1195 + a2b0c2e commit 7f8abed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/OidcConstants.cs

+1
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,7 @@ public static class AuthenticationMethods
395395
public const string MultiFactorAuthentication = "mfa";
396396
public const string OneTimePassword = "otp";
397397
public const string PersonalIdentificationOrPattern = "pin";
398+
public const string ProofOfPossessionKey = "pop";
398399
public const string Password = "pwd";
399400
public const string RiskBasedAuthentication = "rba";
400401
public const string RetinaScanBiometric = "retina";

0 commit comments

Comments
 (0)