OAuthTokenProvider.NormalizeAppliesTo(String) Method

Definition

Applies normalization into the token provider.

protected override string NormalizeAppliesTo (string appliesTo);
override this.NormalizeAppliesTo : string -> string
Protected Overrides Function NormalizeAppliesTo (appliesTo As String) As String

Parameters

appliesTo
String

The token provider where the normalization will be applied.

Returns

The normalized token provider.

Applies to