Table of Contents

Interface ISelfServiceProfilesClient

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll
public interface ISelfServiceProfilesClient
Extension Methods

Properties

CustomText

ICustomTextClient CustomText { get; }

Property Value

ICustomTextClient

SsoTicket

ISsoTicketClient SsoTicket { get; }

Property Value

ISsoTicketClient

Methods

CreateAsync(CreateSelfServiceProfileRequestContent, RequestOptions?, CancellationToken)

Creates a self-service profile.

WithRawResponseTask<CreateSelfServiceProfileResponseContent> CreateAsync(CreateSelfServiceProfileRequestContent request, RequestOptions? options = null, CancellationToken cancellationToken = default)

Parameters

request CreateSelfServiceProfileRequestContent
options RequestOptions
cancellationToken CancellationToken

Returns

WithRawResponseTask<CreateSelfServiceProfileResponseContent>

DeleteAsync(string, RequestOptions?, CancellationToken)

Deletes a self-service profile by Id.

Task DeleteAsync(string id, RequestOptions? options = null, CancellationToken cancellationToken = default)

Parameters

id string
options RequestOptions
cancellationToken CancellationToken

Returns

Task

GetAsync(string, RequestOptions?, CancellationToken)

Retrieves a self-service profile by Id.

WithRawResponseTask<GetSelfServiceProfileResponseContent> GetAsync(string id, RequestOptions? options = null, CancellationToken cancellationToken = default)

Parameters

id string
options RequestOptions
cancellationToken CancellationToken

Returns

WithRawResponseTask<GetSelfServiceProfileResponseContent>

ListAsync(ListSelfServiceProfilesRequestParameters, RequestOptions?, CancellationToken)

Retrieves self-service profiles.

Task<Pager<SelfServiceProfile>> ListAsync(ListSelfServiceProfilesRequestParameters request, RequestOptions? options = null, CancellationToken cancellationToken = default)

Parameters

request ListSelfServiceProfilesRequestParameters
options RequestOptions
cancellationToken CancellationToken

Returns

Task<Pager<SelfServiceProfile>>

UpdateAsync(string, UpdateSelfServiceProfileRequestContent, RequestOptions?, CancellationToken)

Updates a self-service profile.

WithRawResponseTask<UpdateSelfServiceProfileResponseContent> UpdateAsync(string id, UpdateSelfServiceProfileRequestContent request, RequestOptions? options = null, CancellationToken cancellationToken = default)

Parameters

id string
request UpdateSelfServiceProfileRequestContent
options RequestOptions
cancellationToken CancellationToken

Returns

WithRawResponseTask<UpdateSelfServiceProfileResponseContent>