Other Global Variables

The following global variables are available globally.

  • Public constant key - the header value which indicates attestation token missing failure.

    Declaration

    Swift

    public let AttestationTokenMissingValue: String
  • Public constant key - the header name which indicates attestation token failure.

    Declaration

    Swift

    public let AttestationTokenErrorHeaderName: String
  • Public constant key used in the SAP BTP configuration.

    Declaration

    Swift

    public let OAuth2AuthenticationParametersxsuaaURL: String
  • Public constant value used in Discovery Service

    Declaration

    Swift

    public let OAuth2AuthenticationParametersDiscoveryServicexsuaaAuthorizationURL: String
  • Public constant value used for PKCE(Proof Key for Code Exchange) configuration

    Declaration

    Swift

    public let OAuth2PKCEAuthenticationParameters: String
  • Public constant value used for PKCE(Proof Key for Code Exchange) code challenge method type

    Declaration

    Swift

    public let OAuth2PKCEAuthenticationParametersCodeChallengeMethod: String
  • Public constant key used in Discovery Service

    Declaration

    Swift

    public let DiscoveryServiceAppID: String
  • Public constant key - determines the custom HTTP header from server which provides additional information about the response.

    Declaration

    Swift

    public let XMessageCodeHeader: String