class Protocol::HTTP::Header::Authorization

def credentials

Returns:
  • (Tuple(String, String)) -
def credentials
	self.split(/\s+/, 2)
end