Structures

The following structures are available globally.

  • Response data for login function.This structure is the response data for login function. It provides details like access token , duration within which the access token is valid , type of the access token, username, time at which the token was issued, and time at which the token will expire.

    See more

    Declaration

    Swift

    public struct UserData : Decodable
  • This sturcture is used for logging in different BluIDSDK environments.

    See more

    Declaration

    Swift

    public struct UserCredentials : Codable
  • Logs of when someone tried to get access. This sturcture is used for defining details about the access logs like the time at which it was generated, whether the access was granted or not, cardID and keySetID used to access the BluPOINT device. It also provides the MAC address of the BluPOINT device.

    See more

    Declaration

    Swift

    public struct AccessLogItem : Codable, Equatable
  • It is a structure that defines the colour of the LED and the duration for which it should glow.f

    See more

    Declaration

    Swift

    public struct Device_LED : Codable
  • Contains information like connected devices etc. and basic mobile phone information.

    See more

    Declaration

    Swift

    public struct DiagnosticLog : Codable