get_credentials method

get_credentials

Gets the credentials associated with the specified URI.

Returns

The credentials for the specified URI.

def get_credentials(self, uri):
    ...
Parameter Type Description
uri str The URI for which to get credentials.

See Also