View Source
Class ClientCredentialsManagerBase
Inheritance
System.Object
Assembly: Umbraco.Infrastructure.dll
Syntax
public abstract class ClientCredentialsManagerBase
Properties
View Source
ClientIdPrefix
Declaration
protected abstract string ClientIdPrefix { get; }
Property Value
Type |
Description |
System.String |
|
Methods
View Source
SafeClientId(String)
Declaration
protected string SafeClientId(string clientId)
Parameters
Type |
Name |
Description |
System.String |
clientId |
|
Returns
Type |
Description |
System.String |
|