Cassette.Client (cassette v1.5.3)
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)
Specs
st(Cassette.Config.t(), String.t(), String.t()) :: Cassette.Client.GenerateSt.result()
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)
Specs
tgt(Cassette.Config.t()) :: Cassette.Client.GenerateTgt.result()
Generates a ticket granting ticket given the config
Checkout Cassette.Client.GenerateTgt.perform/1 for details on responses