nvflare.app_opt.confidential_computing.aci_authorizer module

class ACIAuthorizer(retry_count=5, retry_sleep=2)[source]

Bases: CCAuthorizer

generate()[source]

To generate and return the active CCAuthorizer token.

Returns: token string

get_namespace() str[source]

This returns the namespace of the CCAuthorizer.

Returns: namespace string

verify(token)[source]

To return the token verification result.

Parameters:

token – bool

Returns: