diff options
| author | Mistivia <i@mistivia.com> | 2025-11-02 15:27:18 +0800 |
|---|---|---|
| committer | Mistivia <i@mistivia.com> | 2025-11-02 15:27:18 +0800 |
| commit | e9c24f4af7ed56760f6db7941827d09f6db9020b (patch) | |
| tree | 62128c43b883ce5e3148113350978755779bb5de /teleirc/matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/EnumAuth.go | |
| parent | 58d5e7cfda4781d8a57ec52aefd02983835c301a (diff) | |
add matterbridge
Diffstat (limited to 'teleirc/matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/EnumAuth.go')
| -rw-r--r-- | teleirc/matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/EnumAuth.go | 80 |
1 files changed, 80 insertions, 0 deletions
diff --git a/teleirc/matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/EnumAuth.go b/teleirc/matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/EnumAuth.go new file mode 100644 index 0000000..1db7ee9 --- /dev/null +++ b/teleirc/matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/EnumAuth.go @@ -0,0 +1,80 @@ +// Code generated by msgraph.go/gen DO NOT EDIT. + +package msgraph + +// AuthMethodsType undocumented +type AuthMethodsType string + +const ( + // AuthMethodsTypeVEmail undocumented + AuthMethodsTypeVEmail AuthMethodsType = "email" + // AuthMethodsTypeVMobileSMS undocumented + AuthMethodsTypeVMobileSMS AuthMethodsType = "mobileSMS" + // AuthMethodsTypeVMobilePhone undocumented + AuthMethodsTypeVMobilePhone AuthMethodsType = "mobilePhone" + // AuthMethodsTypeVOfficePhone undocumented + AuthMethodsTypeVOfficePhone AuthMethodsType = "officePhone" + // AuthMethodsTypeVSecurityQuestion undocumented + AuthMethodsTypeVSecurityQuestion AuthMethodsType = "securityQuestion" + // AuthMethodsTypeVAppNotification undocumented + AuthMethodsTypeVAppNotification AuthMethodsType = "appNotification" + // AuthMethodsTypeVAppNotificationCode undocumented + AuthMethodsTypeVAppNotificationCode AuthMethodsType = "appNotificationCode" + // AuthMethodsTypeVAppNotificationAndCode undocumented + AuthMethodsTypeVAppNotificationAndCode AuthMethodsType = "appNotificationAndCode" + // AuthMethodsTypeVAppPassword undocumented + AuthMethodsTypeVAppPassword AuthMethodsType = "appPassword" + // AuthMethodsTypeVFido undocumented + AuthMethodsTypeVFido AuthMethodsType = "fido" + // AuthMethodsTypeVAlternateMobilePhone undocumented + AuthMethodsTypeVAlternateMobilePhone AuthMethodsType = "alternateMobilePhone" + // AuthMethodsTypeVMobilePhoneAndSMS undocumented + AuthMethodsTypeVMobilePhoneAndSMS AuthMethodsType = "mobilePhoneAndSMS" + // AuthMethodsTypeVUnknownFutureValue undocumented + AuthMethodsTypeVUnknownFutureValue AuthMethodsType = "unknownFutureValue" +) + +var ( + // AuthMethodsTypePEmail is a pointer to AuthMethodsTypeVEmail + AuthMethodsTypePEmail = &_AuthMethodsTypePEmail + // AuthMethodsTypePMobileSMS is a pointer to AuthMethodsTypeVMobileSMS + AuthMethodsTypePMobileSMS = &_AuthMethodsTypePMobileSMS + // AuthMethodsTypePMobilePhone is a pointer to AuthMethodsTypeVMobilePhone + AuthMethodsTypePMobilePhone = &_AuthMethodsTypePMobilePhone + // AuthMethodsTypePOfficePhone is a pointer to AuthMethodsTypeVOfficePhone + AuthMethodsTypePOfficePhone = &_AuthMethodsTypePOfficePhone + // AuthMethodsTypePSecurityQuestion is a pointer to AuthMethodsTypeVSecurityQuestion + AuthMethodsTypePSecurityQuestion = &_AuthMethodsTypePSecurityQuestion + // AuthMethodsTypePAppNotification is a pointer to AuthMethodsTypeVAppNotification + AuthMethodsTypePAppNotification = &_AuthMethodsTypePAppNotification + // AuthMethodsTypePAppNotificationCode is a pointer to AuthMethodsTypeVAppNotificationCode + AuthMethodsTypePAppNotificationCode = &_AuthMethodsTypePAppNotificationCode + // AuthMethodsTypePAppNotificationAndCode is a pointer to AuthMethodsTypeVAppNotificationAndCode + AuthMethodsTypePAppNotificationAndCode = &_AuthMethodsTypePAppNotificationAndCode + // AuthMethodsTypePAppPassword is a pointer to AuthMethodsTypeVAppPassword + AuthMethodsTypePAppPassword = &_AuthMethodsTypePAppPassword + // AuthMethodsTypePFido is a pointer to AuthMethodsTypeVFido + AuthMethodsTypePFido = &_AuthMethodsTypePFido + // AuthMethodsTypePAlternateMobilePhone is a pointer to AuthMethodsTypeVAlternateMobilePhone + AuthMethodsTypePAlternateMobilePhone = &_AuthMethodsTypePAlternateMobilePhone + // AuthMethodsTypePMobilePhoneAndSMS is a pointer to AuthMethodsTypeVMobilePhoneAndSMS + AuthMethodsTypePMobilePhoneAndSMS = &_AuthMethodsTypePMobilePhoneAndSMS + // AuthMethodsTypePUnknownFutureValue is a pointer to AuthMethodsTypeVUnknownFutureValue + AuthMethodsTypePUnknownFutureValue = &_AuthMethodsTypePUnknownFutureValue +) + +var ( + _AuthMethodsTypePEmail = AuthMethodsTypeVEmail + _AuthMethodsTypePMobileSMS = AuthMethodsTypeVMobileSMS + _AuthMethodsTypePMobilePhone = AuthMethodsTypeVMobilePhone + _AuthMethodsTypePOfficePhone = AuthMethodsTypeVOfficePhone + _AuthMethodsTypePSecurityQuestion = AuthMethodsTypeVSecurityQuestion + _AuthMethodsTypePAppNotification = AuthMethodsTypeVAppNotification + _AuthMethodsTypePAppNotificationCode = AuthMethodsTypeVAppNotificationCode + _AuthMethodsTypePAppNotificationAndCode = AuthMethodsTypeVAppNotificationAndCode + _AuthMethodsTypePAppPassword = AuthMethodsTypeVAppPassword + _AuthMethodsTypePFido = AuthMethodsTypeVFido + _AuthMethodsTypePAlternateMobilePhone = AuthMethodsTypeVAlternateMobilePhone + _AuthMethodsTypePMobilePhoneAndSMS = AuthMethodsTypeVMobilePhoneAndSMS + _AuthMethodsTypePUnknownFutureValue = AuthMethodsTypeVUnknownFutureValue +) |
