IWsCommonGetUserOrSubUserOTPInfo Method
|
This method retrieves OTP information for the authenticated user
Namespace:
Aruba.Cloud.WsCommon
Assembly:
Aruba.Cloud.WsCommon (in Aruba.Cloud.WsCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[RBACAllowAttribute]
[OperationContractAttribute]
WsResult<UserOrSubUserOTPInfo> GetUserOrSubUserOTPInfo()
<RBACAllowAttribute>
<OperationContractAttribute>
Function GetUserOrSubUserOTPInfo As WsResult(Of UserOrSubUserOTPInfo)
[RBACAllowAttribute]
[OperationContractAttribute]
WsResult<UserOrSubUserOTPInfo^>^ GetUserOrSubUserOTPInfo()
[<RBACAllowAttribute>]
[<OperationContractAttribute>]
abstract GetUserOrSubUserOTPInfo : unit -> WsResult<UserOrSubUserOTPInfo>
function GetUserOrSubUserOTPInfo() : WsResult<UserOrSubUserOTPInfo>
Return Value
Type:
WsResultUserOrSubUserOTPInfo
See Also