Name: auth-session-action-request Type: request Purpose: > Perform registration or key renewal action Response: auth-session-action-confirmation Inherits: message Elements: Session-Id: { required: true, type: string, min_length: 3, max_length: 128 } Action: { required: true, type: string, min_length: 3, max_length: 128 } Options: { type: object, class: auth_session_action_options } Rejection-Codes: 22: Action is not supported 41: Authentication session does not exist 42: Authentication has not been fulfilled yet 91: Action performance rejected 92: Action performance failed