Table of Contents

Class UserBlocks

Namespace
Auth0.ManagementApi.Models
Assembly
Auth0.ManagementApi.dll

Contains a list of blocks for a user

public class UserBlocks
Inheritance
UserBlocks
Inherited Members

Properties

BlockedFor

An array of the blocks for the user

[JsonProperty("blocked_for")]
public UserBlock[] BlockedFor { get; set; }

Property Value

UserBlock[]