class V1::Remote::Transport::Bearer
Defined in:
v1/remote/transport/bearer.crConstructors
Instance Method Summary
-
#bearer : Authn::Bearer
Holds the bearer response from the token service.
- #client : Cossack::Client
-
#realm : String
See https://tools.ietf.org/html/rfc6750#section-3
- #refresh
-
#registry : Name::Registry
Registry to which we send bearer tokens.
-
#scheme : String
Scheme we should use, determined by ping response.
- #scopes : Array(String)
- #update(resp)
Instance methods inherited from class V1::Remote::Transport::AuthHandler
client : Cossack::Client
client
Constructor Detail
def self.new(client, basic, registry, realm, service, scopes, scheme, bearer = Authn::Bearer.new(""))
#