nvflare.app_opt.confidential_computing.snp_authorizer module

class SNPAuthorizer[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: