Class AuthConfigVM
Namespace: FastReport.Cloud
Assembly: FastReport.Cloud.SDK.dll
Syntax
public class AuthConfigVM : CloudBaseVM
Properties
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 |