Interface SharedSecretProvider
Provided as an extension point to allow customised transformation of the OATH shared secret attribute.
-
Method Summary
Modifier and TypeMethodDescriptionbyte[]
getSharedSecret
(String secretKey) Takes the non-empty shared secret that is retrieved for a user and implements any processing needed for to return the byte array of the string value.
-
Method Details