type property

  1. @Column(indexed: true, nullable: true)
String? type
getter/setter pairinherited

The value 'bearer'.

Implementation

@Column(indexed: true, nullable: true)
String? type;