CallingIdentity.fromId constructor

  1. @visibleForTesting
CallingIdentity.fromId(
  1. String id
)

Creates calling identity from an existing ID.

Implementation

@visibleForTesting
CallingIdentity.fromId(String id) : super.fromId(id);