Method GSSAPI.describe_services()
- Method describe_services
string describe_services(int services)
- Description
Returns a string that compactly describes the given services, which is taken as a bitfield of GSSAPI.*_FLAG flags.
The returned string contains capitalized names for the flags reminiscent of the GSSAPI.*_FLAG constants, separated by
"|"
.