Click or drag to resize
DiscoveryResponseValidateIssuerName Method
Validates Issuer Name

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 bool ValidateIssuerName(
	string issuer,
	string authority
)

Parameters

issuer
Type: SystemString
issuer
authority
Type: SystemString
authority

Return Value

Type: Boolean
bool
See Also