github.com/yaegashi/msgraph.go@v0.1.4/beta/EnumAuth.go (about)

     1  // Code generated by msgraph.go/gen DO NOT EDIT.
     2  
     3  package msgraph
     4  
     5  // AuthMethodsType undocumented
     6  type AuthMethodsType string
     7  
     8  const (
     9  	// AuthMethodsTypeVEmail undocumented
    10  	AuthMethodsTypeVEmail AuthMethodsType = "email"
    11  	// AuthMethodsTypeVMobileSMS undocumented
    12  	AuthMethodsTypeVMobileSMS AuthMethodsType = "mobileSMS"
    13  	// AuthMethodsTypeVMobilePhone undocumented
    14  	AuthMethodsTypeVMobilePhone AuthMethodsType = "mobilePhone"
    15  	// AuthMethodsTypeVOfficePhone undocumented
    16  	AuthMethodsTypeVOfficePhone AuthMethodsType = "officePhone"
    17  	// AuthMethodsTypeVSecurityQuestion undocumented
    18  	AuthMethodsTypeVSecurityQuestion AuthMethodsType = "securityQuestion"
    19  	// AuthMethodsTypeVAppNotification undocumented
    20  	AuthMethodsTypeVAppNotification AuthMethodsType = "appNotification"
    21  	// AuthMethodsTypeVAppNotificationCode undocumented
    22  	AuthMethodsTypeVAppNotificationCode AuthMethodsType = "appNotificationCode"
    23  	// AuthMethodsTypeVAppNotificationAndCode undocumented
    24  	AuthMethodsTypeVAppNotificationAndCode AuthMethodsType = "appNotificationAndCode"
    25  	// AuthMethodsTypeVAppPassword undocumented
    26  	AuthMethodsTypeVAppPassword AuthMethodsType = "appPassword"
    27  	// AuthMethodsTypeVFido undocumented
    28  	AuthMethodsTypeVFido AuthMethodsType = "fido"
    29  	// AuthMethodsTypeVAlternateMobilePhone undocumented
    30  	AuthMethodsTypeVAlternateMobilePhone AuthMethodsType = "alternateMobilePhone"
    31  	// AuthMethodsTypeVMobilePhoneAndSMS undocumented
    32  	AuthMethodsTypeVMobilePhoneAndSMS AuthMethodsType = "mobilePhoneAndSMS"
    33  	// AuthMethodsTypeVUnknownFutureValue undocumented
    34  	AuthMethodsTypeVUnknownFutureValue AuthMethodsType = "unknownFutureValue"
    35  )
    36  
    37  var (
    38  	// AuthMethodsTypePEmail is a pointer to AuthMethodsTypeVEmail
    39  	AuthMethodsTypePEmail = &_AuthMethodsTypePEmail
    40  	// AuthMethodsTypePMobileSMS is a pointer to AuthMethodsTypeVMobileSMS
    41  	AuthMethodsTypePMobileSMS = &_AuthMethodsTypePMobileSMS
    42  	// AuthMethodsTypePMobilePhone is a pointer to AuthMethodsTypeVMobilePhone
    43  	AuthMethodsTypePMobilePhone = &_AuthMethodsTypePMobilePhone
    44  	// AuthMethodsTypePOfficePhone is a pointer to AuthMethodsTypeVOfficePhone
    45  	AuthMethodsTypePOfficePhone = &_AuthMethodsTypePOfficePhone
    46  	// AuthMethodsTypePSecurityQuestion is a pointer to AuthMethodsTypeVSecurityQuestion
    47  	AuthMethodsTypePSecurityQuestion = &_AuthMethodsTypePSecurityQuestion
    48  	// AuthMethodsTypePAppNotification is a pointer to AuthMethodsTypeVAppNotification
    49  	AuthMethodsTypePAppNotification = &_AuthMethodsTypePAppNotification
    50  	// AuthMethodsTypePAppNotificationCode is a pointer to AuthMethodsTypeVAppNotificationCode
    51  	AuthMethodsTypePAppNotificationCode = &_AuthMethodsTypePAppNotificationCode
    52  	// AuthMethodsTypePAppNotificationAndCode is a pointer to AuthMethodsTypeVAppNotificationAndCode
    53  	AuthMethodsTypePAppNotificationAndCode = &_AuthMethodsTypePAppNotificationAndCode
    54  	// AuthMethodsTypePAppPassword is a pointer to AuthMethodsTypeVAppPassword
    55  	AuthMethodsTypePAppPassword = &_AuthMethodsTypePAppPassword
    56  	// AuthMethodsTypePFido is a pointer to AuthMethodsTypeVFido
    57  	AuthMethodsTypePFido = &_AuthMethodsTypePFido
    58  	// AuthMethodsTypePAlternateMobilePhone is a pointer to AuthMethodsTypeVAlternateMobilePhone
    59  	AuthMethodsTypePAlternateMobilePhone = &_AuthMethodsTypePAlternateMobilePhone
    60  	// AuthMethodsTypePMobilePhoneAndSMS is a pointer to AuthMethodsTypeVMobilePhoneAndSMS
    61  	AuthMethodsTypePMobilePhoneAndSMS = &_AuthMethodsTypePMobilePhoneAndSMS
    62  	// AuthMethodsTypePUnknownFutureValue is a pointer to AuthMethodsTypeVUnknownFutureValue
    63  	AuthMethodsTypePUnknownFutureValue = &_AuthMethodsTypePUnknownFutureValue
    64  )
    65  
    66  var (
    67  	_AuthMethodsTypePEmail                  = AuthMethodsTypeVEmail
    68  	_AuthMethodsTypePMobileSMS              = AuthMethodsTypeVMobileSMS
    69  	_AuthMethodsTypePMobilePhone            = AuthMethodsTypeVMobilePhone
    70  	_AuthMethodsTypePOfficePhone            = AuthMethodsTypeVOfficePhone
    71  	_AuthMethodsTypePSecurityQuestion       = AuthMethodsTypeVSecurityQuestion
    72  	_AuthMethodsTypePAppNotification        = AuthMethodsTypeVAppNotification
    73  	_AuthMethodsTypePAppNotificationCode    = AuthMethodsTypeVAppNotificationCode
    74  	_AuthMethodsTypePAppNotificationAndCode = AuthMethodsTypeVAppNotificationAndCode
    75  	_AuthMethodsTypePAppPassword            = AuthMethodsTypeVAppPassword
    76  	_AuthMethodsTypePFido                   = AuthMethodsTypeVFido
    77  	_AuthMethodsTypePAlternateMobilePhone   = AuthMethodsTypeVAlternateMobilePhone
    78  	_AuthMethodsTypePMobilePhoneAndSMS      = AuthMethodsTypeVMobilePhoneAndSMS
    79  	_AuthMethodsTypePUnknownFutureValue     = AuthMethodsTypeVUnknownFutureValue
    80  )