Interface ISelfServiceProfilesClient
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
public interface ISelfServiceProfilesClient
- Extension Methods
Properties
CustomText
ICustomTextClient CustomText { get; }
Property Value
SsoTicket
ISsoTicketClient SsoTicket { get; }
Property Value
Methods
CreateAsync(CreateSelfServiceProfileRequestContent, RequestOptions?, CancellationToken)
Creates a self-service profile.
WithRawResponseTask<CreateSelfServiceProfileResponseContent> CreateAsync(CreateSelfServiceProfileRequestContent request, RequestOptions? options = null, CancellationToken cancellationToken = default)
Parameters
requestCreateSelfServiceProfileRequestContentoptionsRequestOptionscancellationTokenCancellationToken
Returns
DeleteAsync(string, RequestOptions?, CancellationToken)
Deletes a self-service profile by Id.
Task DeleteAsync(string id, RequestOptions? options = null, CancellationToken cancellationToken = default)
Parameters
idstringoptionsRequestOptionscancellationTokenCancellationToken
Returns
GetAsync(string, RequestOptions?, CancellationToken)
Retrieves a self-service profile by Id.
WithRawResponseTask<GetSelfServiceProfileResponseContent> GetAsync(string id, RequestOptions? options = null, CancellationToken cancellationToken = default)
Parameters
idstringoptionsRequestOptionscancellationTokenCancellationToken
Returns
ListAsync(ListSelfServiceProfilesRequestParameters, RequestOptions?, CancellationToken)
Retrieves self-service profiles.
Task<Pager<SelfServiceProfile>> ListAsync(ListSelfServiceProfilesRequestParameters request, RequestOptions? options = null, CancellationToken cancellationToken = default)
Parameters
requestListSelfServiceProfilesRequestParametersoptionsRequestOptionscancellationTokenCancellationToken
Returns
UpdateAsync(string, UpdateSelfServiceProfileRequestContent, RequestOptions?, CancellationToken)
Updates a self-service profile.
WithRawResponseTask<UpdateSelfServiceProfileResponseContent> UpdateAsync(string id, UpdateSelfServiceProfileRequestContent request, RequestOptions? options = null, CancellationToken cancellationToken = default)
Parameters
idstringrequestUpdateSelfServiceProfileRequestContentoptionsRequestOptionscancellationTokenCancellationToken