package grpc
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- class AuthenticationTokenManager extends NamedLogging
Attempts to hold a valid authentication token.
Attempts to hold a valid authentication token. The first token will not be fetched until
getTokenis called for the first time. Subsequent calls togetTokenbefore the token is obtained will be resolved for the first token.getTokenalways returns aEitherT[Future, ...]but if a token is already available will be completed immediately with that token. - final case class AuthenticationTokenWithExpiry(token: AuthenticationToken, expiresAt: CantonTimestamp) extends Product with Serializable
- trait SequencerClientAuthentication extends AnyRef
Value Members
- object AuthenticationTokenManager
- object Constant
- object SequencerClientTokenAuthentication