Table of Contents

Class UserRefreshTokensGetRequest

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

Represents the information required to Get User Refresh Tokens

public class UserRefreshTokensGetRequest
Inheritance
UserRefreshTokensGetRequest
Inherited Members

Properties

UserId

Id of the user to get refresh tokens for

public string UserId { get; set; }

Property Value

string