authCodeData property

AuthCodeData? authCodeData
getter/setter pair

AuthCodeData contains the data the runtime requires to exchange for access and refresh tokens.

If the data is not provided, the runtime will read the data from the secret manager.

Optional.

Implementation

AuthCodeData? authCodeData;