public final class CognitoSecretHash extends Object
| Constructor and Description |
|---|
CognitoSecretHash() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getSecretHash(String userId,
String clientId,
String clientSecret)
Generates secret hash.
|
public static String getSecretHash(String userId, String clientId, String clientSecret)
userId - REQUIRED: User IDclientId - REQUIRED: Client IDclientSecret - REQUIRED: Client secretString, null if clientSecret is nullCopyright © 2020. All rights reserved.