jwt static method

StitchCredential jwt(
  1. String token
)

Implementation

static StitchCredential jwt(String token) => CustomJwtCredential(token);