jwtAccessToken static method
JSON Web Token (JWT): an access token that is used to access resources.
Implementation
static SyncCredentials jwtAccessToken(String jwtAccessToken) =>
SyncCredentialsSecret._encode(
OBXSyncCredentialsType.JWT_ACCESS, jwtAccessToken);