Sets a user's PIN for an assigned token.
C# syntax[OperationContract]
[FaultContract(typeof(FaultException))]
void SetPinOnUserToken(string userCommonName, string tokenCommonName, string tokenPin, string userSearchBase, string tokenSearchBase);
Parameters
Return value
In the case of an error a Fault is generated. The faultCode can be one of the following:
Sets a temporary response on a user's assigned token.
C# syntax[OperationContract]
[FaultContract(typeof(FaultException))]
TemporaryResponse SetTemporaryResponse(string userCommonName, string tokenCommonName, int expiryTimeMinutes, bool multipleUse, string userSearchBase, string tokenSearchBase);
Parameters
Return value
A succesful call returns a TemporaryResponse. In the case of an error a Fault is generated.
The faultCode can be one of the following:
Tests a Defender token's response.
C# syntax[OperationContract]
[FaultContract(typeof(FaultException))]
DefenderResult TestDefenderToken(string tokenCommonName, string response, string challenge, string tokenSearchBase);
Parameters
Return value
A valid call results in a DefenderResult. This class provides the following public properties:
In the case of an error a Fault is generated.
The faultCode can be one of the following:
Method |
Description |
Details of an assignment of a software token to a user. | |
Details of an assignment of a token to a user. | |
Enumeration of programmable software token types. | |
A List of UserTokenDetail. | |
Details of a token assigned to a user. | |
Result indicating success or otherwise of certain operations. | |
Details of authentication violations and the number of times the violation count has been reset. | |
Details of a temporary response and its expiry time. |
© 2024 One Identity LLC. ALL RIGHTS RESERVED. 利用規約 プライバシー Cookie Preference Center