Secured

Secured authentication option. Use it in conjunction with your in-house authentication system. You must pass a jwe provider object that wil be called when an authentication is needed, that means at first on SDK activation, then each time the token needs to be refreshed.

Parameters

jweProvider

The provider for the JSON encrypted token.

Constructors

Link copied to clipboard
constructor(jweProvider: AuthenticationOption.JWEProvider)

Properties