Click or drag to resize

ClientGetOAuthApps Method

[Missing <summary> documentation for "M:MattermostDriver.Client.GetOAuthApps(System.Int32,System.Int32)"]

Namespace:  MattermostDriver
Assembly:  MattermostDriver (in MattermostDriver.dll) Version: 0.0.3.10 (0.0.3.10)
Syntax
public List<OAuthApp> GetOAuthApps(
	int page,
	int per_page
)

Parameters

page
Type: SystemInt32

[Missing <param name="page"/> documentation for "M:MattermostDriver.Client.GetOAuthApps(System.Int32,System.Int32)"]

per_page
Type: SystemInt32

[Missing <param name="per_page"/> documentation for "M:MattermostDriver.Client.GetOAuthApps(System.Int32,System.Int32)"]

Return Value

Type: ListOAuthApp

[Missing <returns> documentation for "M:MattermostDriver.Client.GetOAuthApps(System.Int32,System.Int32)"]

See Also