Interface IPreAuthenticatedAccessTokenProvider
This interface exposes a single method to inject a preauthenticated access token.
Inherited Members
Unity.DigitalTwins.Common.IAccessTokenProvider.GetAccessTokenAsync()
Namespace: Unity.DigitalTwins.Identity
Assembly: solution.dll
Syntax
public interface IPreAuthenticatedAccessTokenProvider : IAccessTokenProvider
Methods
SetAccessToken(String)
Sets the preauthenticated access token string value.
Declaration
void SetAccessToken(string accessToken)
Parameters
Type | Name | Description |
---|---|---|
String | accessToken | The string value of the preauthenticated access token. |