// Code generated by msgraph-generate.go DO NOT EDIT. package msgraph // WiFiAuthenticationMethod undocumented type WiFiAuthenticationMethod int const ( // WiFiAuthenticationMethodVCertificate undocumented WiFiAuthenticationMethodVCertificate WiFiAuthenticationMethod = 0 // WiFiAuthenticationMethodVUsernameAndPassword undocumented WiFiAuthenticationMethodVUsernameAndPassword WiFiAuthenticationMethod = 1 // WiFiAuthenticationMethodVDerivedCredential undocumented WiFiAuthenticationMethodVDerivedCredential WiFiAuthenticationMethod = 2 ) // WiFiAuthenticationMethodPCertificate returns a pointer to WiFiAuthenticationMethodVCertificate func WiFiAuthenticationMethodPCertificate() *WiFiAuthenticationMethod { v := WiFiAuthenticationMethodVCertificate return &v } // WiFiAuthenticationMethodPUsernameAndPassword returns a pointer to WiFiAuthenticationMethodVUsernameAndPassword func WiFiAuthenticationMethodPUsernameAndPassword() *WiFiAuthenticationMethod { v := WiFiAuthenticationMethodVUsernameAndPassword return &v } // WiFiAuthenticationMethodPDerivedCredential returns a pointer to WiFiAuthenticationMethodVDerivedCredential func WiFiAuthenticationMethodPDerivedCredential() *WiFiAuthenticationMethod { v := WiFiAuthenticationMethodVDerivedCredential return &v }