Registration Context stores information about the registration handle, which servers as a token to communicate back to the consumer, and registration state of the consumer.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| wsrp_reg_context_id | nvarchar(64) | not null | A unique identifier for registration context. It is a generated uuid. |
| reg_state | long nvarchar | with null | Represents the registration state of the consumer. |
| reg_handle | nvarchar(256) | with null | A registration handle for the consumer. It is a token that is used by the consumer when communicating with the producer. |
Product Name: Portal r12
Table Type: Table