method
App.APIKeys
func (application *App) APIKeys(
ctx context.Context,
sessionToken string,
) ([]APIKeyInfo, error)List safe active API-key metadata for the current session identity.
Related types
AppA resolved application bound to operation services.
APIKeyInfoSafe metadata for an existing API key.