Class SessionsGetRequest
- Namespace
- Auth0.ManagementApi.Models.Sessions
- Assembly
- Auth0.ManagementApi.dll
Represents the information required to Get Sessions
public class SessionsGetRequest
- Inheritance
-
SessionsGetRequest
- Inherited Members
Properties
Id
ID of session to retrieve
public string Id { get; set; }