Click or drag to resize
DiscoveryUrlHelperIsValidScheme Method
Validate url scheme

Namespace:  Intuit.Ipp.OAuth2PlatformClient
Assembly:  Intuit.Ipp.OAuth2PlatformClient (in Intuit.Ipp.OAuth2PlatformClient.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
C#
public static bool IsValidScheme(
	Uri url
)

Parameters

url
Type: SystemUri

[Missing <param name="url"/> documentation for "M:Intuit.Ipp.OAuth2PlatformClient.DiscoveryUrlHelper.IsValidScheme(System.Uri)"]

Return Value

Type: Boolean
boolean value
See Also