Table of Contents

Class RulesContextStats

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

An object containing specific user stats.

[JsonObject]
public class RulesContextStats
Inheritance
RulesContextStats
Inherited Members

Properties

LoginCount

The number of times the User has logged in.

[JsonProperty("loginsCount")]
public int LoginCount { get; set; }

Property Value

int