1
0
Fork 0
mirror of synced 2024-06-27 02:31:04 +12:00

Fix SDKs enums

This commit is contained in:
Matej Bačo 2024-03-04 09:29:47 +00:00 committed by Torsten Dittmann
parent ad39c15d99
commit afd3b4a8c7

View file

@ -122,15 +122,15 @@ abstract class Format
return 'OAuthProvider';
}
break;
case 'addAuthenticator':
case 'verifyAuthenticator':
case 'deleteAuthenticator':
case 'createMfaAuthenticator':
case 'updateMfaAuthenticator':
case 'deleteMfaAuthenticator':
switch ($param) {
case 'type':
return 'AuthenticatorType';
}
break;
case 'createChallenge':
case 'createMfaChallenge':
switch ($param) {
case 'factor':
return 'AuthenticationFactor';