Packages

package grpc

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. 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 getToken is called for the first time. Subsequent calls to getToken before the token is obtained will be resolved for the first token. getToken always returns a EitherT[Future, ...] but if a token is already available will be completed immediately with that token.

  2. case class AuthenticationTokenWithExpiry(token: AuthenticationToken, expiresAt: CantonTimestamp) extends Product with Serializable
  3. trait SequencerClientAuthentication extends AnyRef
  4. class SequencerClientNoAuthentication extends SequencerClientAuthentication

Ungrouped