Click or drag to resize

IUserManagerOAuthIdentities Method


Retrieve the collection of OAuthIdentity objects

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
IEnumerable<IOAuthIdentity> OAuthIdentities(
	out int count,
	int pageSize = -1,
	int startIndex = -1
)

Parameters

count  Int32
The total count of OAuth Identities
pageSize  Int32  (Optional)
The number of items to return in this page
startIndex  Int32  (Optional)
The index to start when fetching a page of OAuth Identities

Return Value

IEnumerableIOAuthIdentity
Collection of OAuth Identities
See Also