Contents

CredentialSession.Credential.InstanceInfo.InstanceType.groupApplication

A type that indicates an instance is a member of a group of application instances.

Declaration

case groupApplication

Discussion

An instance with this type is a member of a group that’s associated with a CredentialSession.Credential.InstanceInfo.InstanceType.headApplication instance.

If you use use the instanceAID of the group member when calling performTransactionInWiredMode(using:instanceAID:), only the group member receives the authorization token for activation. To activate all members of the group, use the instanceAID of the CredentialSession.Credential.InstanceInfo.InstanceType.headApplication instead.

See Also

Instance types