BearerCredential constructor

BearerCredential(
  1. String token
)

Implementation

BearerCredential(this.token);