Add getUniqueIdentifier

This commit is contained in:
2022-07-25 10:18:07 -05:00
parent bc2b754da7
commit 4d50eff98f

View File

@ -285,6 +285,18 @@ public class Auth0AuthenticationModule implements QAuthenticationModuleInterface
/*******************************************************************************
** Make the key give a unique string to identify itself.
*
*******************************************************************************/
@Override
public String getUniqueIdentifier()
{
return (this.key);
}
/*******************************************************************************
**
*******************************************************************************/