CreateToken static method

Implementation

static CreateOberonTokenResponse CreateToken(
        CreateOberonTokenRequest request) =>
    OkapiNative.nativeCall(
        _oberonCreateToken, request, CreateOberonTokenResponse());