publicKey property
Client-side public key generated by the user, which will be added to the JWT response and verified in subsequent requests via a client proof signature
Implementation
final String? publicKey;
Client-side public key generated by the user, which will be added to the JWT response and verified in subsequent requests via a client proof signature
final String? publicKey;