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. |
Details of an assignment of a software token to a user. If the token was already assigned to the user then the AssignedToken.TokenCommonName contains a text message indicating that it was already assigned.
C# syntax[DataContract]
public class AssignedToken
{
[DataMember]
public string UserCommonName { get; set; }
[DataMember]
public string TokenCommonName { get; set; }
[DataMember]
public string ActivationCode { get; set; }
}
Properties
Details of an assignment of a token to a user. If the token was already assigned to this user then the AssignedToken.TokenCommonName will contain a text message indicating that it was already assigned.
C# syntax[DataContract]
public class AssignedToken
{
[DataMember]
public string UserCommonName { get; set; }
[DataMember]
public string TokenCommonName { get; set; }
}
Properties
© 2021 One Identity LLC. ALL RIGHTS RESERVED. Feedback Terms of Use Privacy