public final class CognitoSecretHash
extends java.lang.Object
Constructor and Description |
---|
CognitoSecretHash() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getSecretHash(java.lang.String userId,
java.lang.String clientId,
java.lang.String clientSecret)
Generates secret hash.
|
public static java.lang.String getSecretHash(java.lang.String userId, java.lang.String clientId, java.lang.String clientSecret)
userId
- REQUIRED: User IDclientId
- REQUIRED: Client IDclientSecret
- REQUIRED: Client secretString
, null
if clientSecret
is null
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.