get_int

scitokens.utils.config.get_int(key, default=None)[source]

Get an integer from the configuration.

Parameters:

key (str) – The key in the configuration to retreive

Returns:

The value in the configuration, or the default