cassette v1.3.3 Cassette.Client
Cas Client wrapper functions
Generates Ticket Granting Tickets and Service Tickets Also provides helpers for the default options for the client
Link to this section Summary
Functions
Generates a service ticket ticket given the config, a valid tgt and the target service
Generates a ticket granting ticket given the config
Link to this section Functions
Link to this function
st(config, current_tgt, service)
st(Cassette.Config.t(), String.t(), String.t()) :: Cassette.Client.GenerateSt.response()
Generates a service ticket ticket given the config, a valid tgt and the target service
Checkout Cassette.Client.GenerateSt.perform/3
for details on responses
Link to this function
tgt(config)
Generates a ticket granting ticket given the config
Checkout Cassette.Client.GenerateTgt.perform/1
for details on responses