Click or drag to resize

ClientRegenerateOAuthAppSecret Method

[Missing <summary> documentation for "M:MattermostDriver.Client.RegenerateOAuthAppSecret(System.String)"]

Namespace:  MattermostDriver
Assembly:  MattermostDriver (in MattermostDriver.dll) Version: 0.0.3.10 (0.0.3.10)
Syntax
public OAuthApp RegenerateOAuthAppSecret(
	string app_id
)

Parameters

app_id
Type: SystemString

[Missing <param name="app_id"/> documentation for "M:MattermostDriver.Client.RegenerateOAuthAppSecret(System.String)"]

Return Value

Type: OAuthApp

[Missing <returns> documentation for "M:MattermostDriver.Client.RegenerateOAuthAppSecret(System.String)"]

See Also