First Party Endpoint
An endpoint owned by the current instance of the app.
Functions
Link copied to clipboard
suspend fun authorizeIndefinitely(thirdPartyEndpointPublicKeySerialized: ByteArray): ThirdPartyEndpointAuth
Issue a PDA for a third-party endpoint (using its public key) and renew it indefinitely.
Issue a PDA for a third-party endpoint and renew it indefinitely.
Link copied to clipboard
suspend fun issueAuthorization(thirdPartyEndpointPublicKeySerialized: ByteArray, expiryDate: ZonedDateTime): ThirdPartyEndpointAuth
Issue a PDA for a third-party endpoint using its public key.
suspend fun issueAuthorization(thirdPartyEndpoint: ThirdPartyEndpoint, expiryDate: ZonedDateTime): ByteArray
Issue a PDA for a third-party endpoint.