Interface IJobsClient
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
public interface IJobsClient
- Extension Methods
Properties
Errors
IErrorsClient Errors { get; }
Property Value
UsersExports
IUsersExportsClient UsersExports { get; }
Property Value
UsersImports
IUsersImportsClient UsersImports { get; }
Property Value
VerificationEmail
IVerificationEmailClient VerificationEmail { get; }
Property Value
Methods
GetAsync(string, RequestOptions?, CancellationToken)
Retrieves a job. Useful to check its status.
WithRawResponseTask<GetJobResponseContent> GetAsync(string id, RequestOptions? options = null, CancellationToken cancellationToken = default)
Parameters
idstringoptionsRequestOptionscancellationTokenCancellationToken