TokenProvider.NormalizeAppliesTo(String) Method

Definition

Returns an object whose value is the same as the token provider.

protected virtual string NormalizeAppliesTo (string appliesTo);
abstract member NormalizeAppliesTo : string -> string
override this.NormalizeAppliesTo : string -> string
Protected Overridable Function NormalizeAppliesTo (appliesTo As String) As String

Parameters

appliesTo
String

The URI which the access token applies to.

Returns

The returned object.

Applies to