Class ClientAuthParams

java.lang.Object
ca.cdr.api.security.ClientAuthParams

public class ClientAuthParams extends Object
Keeps user-defined parameters used for SMART client authentication. Before object is used to build ClientAuthInterceptor, one of myJwt or mySecret properties must be valid depending on the intended authorization flow:
  • myJwt: for private_key_jwt workflow
  • mySecret: for client_secret workflow