Class Oauth
The OAuth settings of this SSID. Only valid if splashPage is 'Google OAuth'.
public class Oauth
- Inheritance
-
Oauth
- Inherited Members
Properties
AllowedDomains
(Optional) The list of domains allowed access to the network.
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "allowedDomains")]
public List<string>? AllowedDomains { get; set; }