STSClient.IssueToken Method (String, String)
Use this method to issue a security token from the PF server. Server is provided with a Username Token.
[Visual Basic]
Overloads Public Function IssueToken( _
ByVal
username As
String, _
ByVal
password As
String _
) As
SecurityToken
Parameters
-
username
- The user name
-
password
- The password
Return Value
The issued token
See Also
STSClient Class | com.pingidentity.Security.STS.Client Namespace | STSClient.IssueToken Overload List