grantRepository property

GrantRepository grantRepository
final

Persists the credentials the Hub has issued at runtime.

Separate from authenticator, which is how a credential is checked: this is where one comes from. A Hub that only ever uses --grant flags never touches it.

Implementation

final GrantRepository grantRepository;