GrantType

public enum GrantType: String

A type of grant that can be used to request an access token from the Symonds Data Service.

  • An authorisation code.

    Declaration

    Swift

    case authorisationCode = "authorization_code"
  • A refresh token.

    Declaration

    Swift

    case refreshToken = "refresh_token"