Table of Contents

Enum ExternalLoginRestriction

Namespace
Dynamicweb.Security.UserManagement.ExternalAuthentication
Assembly
Dynamicweb.Core.dll

Indicating whether the external logins can be used only for backend, only for frontend or available for both.

public enum ExternalLoginRestriction

Fields

Backend = 1
Frontend = 2
None = 0
To top