Class AuthConfigVM
Inheritance
System.Object
AuthConfigVM
Assembly: FastReport.Cloud.SDK.dll
Syntax
public class AuthConfigVM : CloudBaseVM
Properties
AllowLocalSignUp
Declaration
public bool AllowLocalSignUp { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Authority
Declaration
public string Authority { get; set; }
Property Value
| Type |
Description |
| System.String |
|
UseLocal
Declaration
public bool UseLocal { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
UseOpenId
Declaration
public bool UseOpenId { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|