authzen
authzen copied to clipboard
Leave more leeway for pagination methods
Currently the spec assumes a Pagination token for all Search results; i.e.,
"page": {
"next_token": "alsehrq3495u8"
}
But some implementations may support other means, such as "offset + limit" for example. Can we possibly make the pagination token explicitly non-normative, and mention that pagination details are implementation-specific ?