ClientGetOAuthAppInfo Method |
[Missing <summary> documentation for "M:MattermostDriver.Client.GetOAuthAppInfo(System.String)"]
Namespace:
MattermostDriver
Assembly:
MattermostDriver (in MattermostDriver.dll) Version: 0.0.3.10 (0.0.3.10)
Syntaxpublic OAuthApp GetOAuthAppInfo(
string app_id
)
Public Function GetOAuthAppInfo (
app_id As String
) As OAuthApp
public:
OAuthApp^ GetOAuthAppInfo(
String^ app_id
)
member GetOAuthAppInfo :
app_id : string -> OAuthApp
Parameters
- app_id
- Type: SystemString
[Missing <param name="app_id"/> documentation for "M:MattermostDriver.Client.GetOAuthAppInfo(System.String)"]
Return Value
Type:
OAuthApp[Missing <returns> documentation for "M:MattermostDriver.Client.GetOAuthAppInfo(System.String)"]
See Also