View Source
Interface IBackOfficeApplicationManager
Assembly: Umbraco.Infrastructure.dll
Syntax
public interface IBackOfficeApplicationManager
Methods
View Source
DeleteBackOfficeClientCredentialsApplicationAsync(String, CancellationToken)
Declaration
Task DeleteBackOfficeClientCredentialsApplicationAsync(string clientId, CancellationToken cancellationToken = null)
Parameters
Type |
Name |
Description |
System.String |
clientId |
|
CancellationToken |
cancellationToken |
|
Returns
View Source
EnsureBackOfficeApplicationAsync(Uri, CancellationToken)
Declaration
Task EnsureBackOfficeApplicationAsync(Uri backOfficeUrl, CancellationToken cancellationToken = null)
Parameters
Type |
Name |
Description |
Uri |
backOfficeUrl |
|
CancellationToken |
cancellationToken |
|
Returns
View Source
EnsureBackOfficeClientCredentialsApplicationAsync(String, String, CancellationToken)
Declaration
Task EnsureBackOfficeClientCredentialsApplicationAsync(string clientId, string clientSecret, CancellationToken cancellationToken = null)
Parameters
Type |
Name |
Description |
System.String |
clientId |
|
System.String |
clientSecret |
|
CancellationToken |
cancellationToken |
|
Returns