Click or drag to resize
IClientManagerRemoveRedirecturl Method

[This is preliminary documentation and is subject to change.]

Removes redirect urls.

Namespace: Netadmin.Management.OAuth2
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
void RemoveRedirecturl(
	IEnumerable<long> redirectUrlIds
)

Parameters

redirectUrlIds
Type: System.Collections.GenericIEnumerableInt64

[Missing <param name="redirectUrlIds"/> documentation for "M:Netadmin.Management.OAuth2.IClientManager.RemoveRedirecturl(System.Collections.Generic.IEnumerable{System.Int64})"]

Exceptions
ExceptionCondition
ArgumentExceptionThrown if any clientId in a redirecturl is less than or equal to zero.
See Also