getAuthorizationData

abstract suspend fun getAuthorizationData(): ByteString?

Saves authorization data for future use.

Once the client is authorized (i.e. getAuthorizationChallenges returns an empty list) the "authorization" can sometimes be saved for use at some future time.

Return

provisioning-protocol-specific serialized data, if saving it is supported, null otherwise.