Interface | Description |
---|---|
ILinkTokenCryptoKeyProvider |
ILinkTokenCryptoKeyProvider is implemented by partners to provide
logic to retrieve the crypto keys used in encryption/decryption of link
tokens. |
ILinkTokenProvider<T extends IGenerateLinkTokenRequest> |
ILinkTokenProvider defines contract for link token generation and
validation APIs. |
Class | Description |
---|---|
LinkTokenV1Provider |
Default implementation of
ILinkTokenProvider APIs for the schema LinkTokenSchema.LINK_1_0 . |